Html Css Color HEX #02CFDE Dark Turquoise

📋 copy color: '#02CFDE'

red 2 ◦ green 207 ◦ blue 222

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

Shades of Dark Turquoise #02CFDE

Tints of Dark Turquoise #02CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 0.46%
G = 48.03%
B = 51.51%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02CFDE (or 0x02CFDE) is known color: Dark Turquoise. HEX triplet: 02, CF and DE. RGB value is (2,207,222). Sum of RGB (Red+Green+Blue) = 2+207+222=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #02CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFDE is #FD3021. Grayscale: #939393. Windows color (decimal): -16592930 or 14601986. OLE color: 14601986.

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

Color convert

RGB 2 207 222 -
CMYK 0.99 0.07 0 0.13
HSL 184.09º 0.98% 0.44% -
HSV(B) 184.09º 0.99% 0.87% -
XYZ 35.52 49.91 76.87 -
YUV 147.42 170.08 24.28 -
System Red Green Blue C M Y K H S L
Decimal 2 207 222 0.99 0.07 0 0.13 184.09 0.98 0.44
Hex 2 CF DE 63 7 0 D B8 62 2C
Octal 2 317 336 143 7 0 15 270 142 54
Binary 10 11001111 11011110 1100011 111 0 1101 10111000 1100010 101100

Color Harmonies of #02CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFDE

Black with #02CFDE

Text Example


Text Example

White with #02CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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