Html Css Color HEX #02CEDC Dark Turquoise

📋 copy color: '#02CEDC'

red 2 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #02CEDC

Tints of Dark Turquoise #02CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.13%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 0.47%
G = 48.13%
B = 51.4%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02CEDC (or 0x02CEDC) is known color: Dark Turquoise. HEX triplet: 02, CE and DC. RGB value is (2,206,220). Sum of RGB (Red+Green+Blue) = 2+206+220=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #02CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CEDC is #FD3123. Grayscale: #929292. Windows color (decimal): -16593188 or 14470658. OLE color: 14470658.

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

Color convert

RGB 2 206 220 -
CMYK 0.99 0.06 0 0.14
HSL 183.85º 0.98% 0.44% -
HSV(B) 183.85º 0.99% 0.86% -
XYZ 35.01 49.32 75.38 -
YUV 146.6 169.41 24.86 -
System Red Green Blue C M Y K H S L
Decimal 2 206 220 0.99 0.06 0 0.14 183.85 0.98 0.44
Hex 2 CE DC 63 6 0 E B8 62 2C
Octal 2 316 334 143 6 0 16 270 142 54
Binary 10 11001110 11011100 1100011 110 0 1110 10111000 1100010 101100

Color Harmonies of #02CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CEDC

Black with #02CEDC

Text Example


Text Example

White with #02CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,206,220); }

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

background-color css

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

 a { background-color: rgb(2,206,220); }

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

border-color css

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

 span { border-color: rgb(2,206,220); }

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