#02D0E5

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

Shades of Dark Turquoise #02D0E5

Tints of Dark Turquoise #02D0E5

Color information

#02D0E5 (or 0x02D0E5) is unknown color: approx Dark Turquoise. HEX triplet: 02, D0 and E5. RGB value is (2,208,229). Sum of RGB (Red+Green+Blue) = 2+208+229=439 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #02D0E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D0E5 is #FD2F1A. Grayscale: #949494. Windows color (decimal): -16592667 or 15060994. OLE color: 15060994.

HSL color Cylindrical-coordinate representation of color #02D0E5: hue angle of 185.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D0E5 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2208229-
CMYK0.990.0900.10
HSL185.55º98.27%45.29%-
HSV(B)185.55º99.13%89.8%-
XYZ36.7250.7882-
YUV148.8173.2523.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 208 (81.64% from 255) = 47.38%
BLUE value IS 229 (89.84% from 255) = 52.16%
R=0.46%
G=47.38%
B=52.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22082290.990.0900.10185.5598.2745.29
Hex2D0E56390Aba622d
Octal23203451431101227214255
Binary1011010000111001011100011100101010101110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,208,229); }

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

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

 a { background-color: rgb(2,208,229); }

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

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

 span { border-color: rgb(2,208,229); }

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