Html Css Color HEX #02CFDC Dark Turquoise

📋 copy color: '#02CFDC'

red 2 ◦ green 207 ◦ blue 220

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

Shades of Dark Turquoise #02CFDC

Tints of Dark Turquoise #02CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.25%

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

R = 0.47%
G = 48.25%
B = 51.28%

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

#02CFDC (or 0x02CFDC) is known color: Dark Turquoise. HEX triplet: 02, CF and DC. RGB value is (2,207,220). Sum of RGB (Red+Green+Blue) = 2+207+220=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #02CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFDC is #FD3023. Grayscale: #929292. Windows color (decimal): -16592932 or 14470914. OLE color: 14470914.

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

Color convert

RGB 2 207 220 -
CMYK 0.99 0.06 0 0.14
HSL 183.58º 0.98% 0.44% -
HSV(B) 183.58º 0.99% 0.86% -
XYZ 35.26 49.81 75.47 -
YUV 147.19 169.08 24.44 -
System Red Green Blue C M Y K H S L
Decimal 2 207 220 0.99 0.06 0 0.14 183.58 0.98 0.44
Hex 2 CF DC 63 6 0 E B8 62 2C
Octal 2 317 334 143 6 0 16 270 142 54
Binary 10 11001111 11011100 1100011 110 0 1110 10111000 1100010 101100

Color Harmonies of #02CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFDC

Black with #02CFDC

Text Example


Text Example

White with #02CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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