#03EFD9

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

Shades of Bright Turquoise #03EFD9

Tints of Bright Turquoise #03EFD9

Color information

#03EFD9 (or 0x03EFD9) is unknown color: approx Bright Turquoise. HEX triplet: 03, EF and D9. RGB value is (3,239,217). Sum of RGB (Red+Green+Blue) = 3+239+217=459 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFD9 is #FC1026. Grayscale: #A5A5A5. Windows color (decimal): -16519207 or 14282499. OLE color: 14282499.

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

Color convert

RGB3239217-
CMYK0.9900.090.06
HSL174.41º97.52%47.45%-
HSV(B)174.41º98.74%93.73%-
XYZ43.4366.7676.24-
YUV165.93156.8111.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.65%
GREEN value IS 239 (93.75% from 255) = 52.07%
BLUE value IS 217 (85.16% from 255) = 47.28%
R=0.65%
G=52.07%
B=47.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32392170.9900.090.06174.4197.5247.45
Hex3EFD963096ae622f
Octal3357331143011625614257
Binary111110111111011001110001101001110101011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03EFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,239,217); }

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

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

 a { background-color: rgb(3,239,217); }

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

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

 span { border-color: rgb(3,239,217); }

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