#02D4E0

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

Shades of Dark Turquoise #02D4E0

Tints of Dark Turquoise #02D4E0

Color information

#02D4E0 (or 0x02D4E0) is unknown color: approx Dark Turquoise. HEX triplet: 02, D4 and E0. RGB value is (2,212,224). Sum of RGB (Red+Green+Blue) = 2+212+224=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #02D4E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D4E0 is #FD2B1F. Grayscale: #969696. Windows color (decimal): -16591648 or 14734338. OLE color: 14734338.

HSL color Cylindrical-coordinate representation of color #02D4E0: hue angle of 183.24º 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 #02D4E0 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2212224-
CMYK0.990.0500.12
HSL183.24º98.23%44.31%-
HSV(B)183.24º99.11%87.84%-
XYZ37.0252.4878.7-
YUV150.58169.4322.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22122240.990.0500.12183.2498.2344.31
Hex2D4E06350Cb7622c
Octal2324340143501426714254
Binary101101010011100000110001110101100101101111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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