#02E0D4

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

Shades of Bright Turquoise #02E0D4

Tints of Bright Turquoise #02E0D4

Color information

#02E0D4 (or 0x02E0D4) is unknown color: approx Bright Turquoise. HEX triplet: 02, E0 and D4. RGB value is (2,224,212). Sum of RGB (Red+Green+Blue) = 2+224+212=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #02E0D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E0D4 is #FD1F2B. Grayscale: #9C9C9C. Windows color (decimal): -16588588 or 13950978. OLE color: 13950978.

HSL color Cylindrical-coordinate representation of color #02E0D4: hue angle of 176.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E0D4 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB2224212-
CMYK0.9900.050.12
HSL176.76º98.23%44.31%-
HSV(B)176.76º99.11%87.84%-
XYZ38.5658.0871.46-
YUV156.25159.4517.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 224 (87.89% from 255) = 51.14%
BLUE value IS 212 (83.20% from 255) = 48.40%
R=0.46%
G=51.14%
B=48.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22242120.9900.050.12176.7698.2344.31
Hex2E0D46305Cb1622c
Octal2340324143051426114254
Binary101110000011010100110001101011100101100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02E0D4; }

 p { color: rgb(2,224,212); }

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

<style>
 a { background-color: #02E0D4; }

 a { background-color: rgb(2,224,212); }

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

<style>
 span { border-color: #02E0D4; }

 span { border-color: rgb(2,224,212); }

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