#03E1F7

Color #03E1F7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #03E1F7

Tints of Bright Turquoise #03E1F7

Color information

#03E1F7 (or 0x03E1F7) is unknown color: approx Bright Turquoise. HEX triplet: 03, E1 and F7. RGB value is (3,225,247). Sum of RGB (Red+Green+Blue) = 3+225+247=475 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #03E1F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E1F7 is #FC1E08. Grayscale: #A0A0A0. Windows color (decimal): -16522761 or 16244995. OLE color: 16244995.

HSL color Cylindrical-coordinate representation of color #03E1F7: hue angle of 185.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E1F7 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3225247-
CMYK0.990.0900.03
HSL185.41º97.6%49.02%-
HSV(B)185.41º98.79%96.86%-
XYZ43.7560.5997.38-
YUV161.13176.4515.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.63%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 247 (96.88% from 255) = 52%
R=0.63%
G=47.37%
B=52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal32252470.990.0900.03185.4197.649.02
Hex3E1F763903b96231
Octal3341367143110327114261
Binary11111000011111011111000111001011101110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03E1F7; }

 p { color: rgb(3,225,247); }

 H1.HeaderClassName
 {
   color: #03E1F7;
 }
 .AnyTagClassName
 {
   color: #03E1F7;
 }
</style>
background-color css

<style>
 a { background-color: #03E1F7; }

 a { background-color: rgb(3,225,247); }

 div.DivClassName
 {
   background-color: #03E1F7;
 }
 .BgClassName
 {
   background-color: #03E1F7;
 }
</style>
border-color css

<style>
 span { border-color: #03E1F7; }

 span { border-color: rgb(3,225,247); }

 td.TdClassName
 {
   border-color: #03E1F7;
 }
 .TagClassName
 {
   border-color: #03E1F7;
 }
</style>