Html Css Color HEX #02D0E9 Dark Turquoise

📋 copy color: '#02D0E9'

red 2 ◦ green 208 ◦ blue 233

#02D0E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #02D0E9

Tints of Dark Turquoise #02D0E9

RGB

 RED value IS 2 (1.17% from 255) = 0.45%

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 0.45%
G = 46.95%
B = 52.6%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#02D0E9 (or 0x02D0E9) is known color: Dark Turquoise. HEX triplet: 02, D0 and E9. RGB value is (2,208,233). Sum of RGB (Red+Green+Blue) = 2+208+233=443 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #02D0E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D0E9 is #FD2F16. Grayscale: #949494. Windows color (decimal): -16592663 or 15323138. OLE color: 15323138.

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

Color convert

RGB 2 208 233 -
CMYK 0.99 0.11 0 0.09
HSL 186.49º 0.98% 0.46% -
HSV(B) 186.49º 0.99% 0.91% -
XYZ 37.29 51.01 84.97 -
YUV 149.26 175.25 22.97 -
System Red Green Blue C M Y K H S L
Decimal 2 208 233 0.99 0.11 0 0.09 186.49 0.98 0.46
Hex 2 D0 E9 63 B 0 9 BA 62 2E
Octal 2 320 351 143 13 0 11 272 142 56
Binary 10 11010000 11101001 1100011 1011 0 1001 10111010 1100010 101110

Color Harmonies of #02D0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D0E9

Black with #02D0E9

Text Example


Text Example

White with #02D0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02D0E9;
 }
 .AnyTagClassName
 {
   color: #02D0E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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