Html Css Color HEX #02D4CE Dark Turquoise

📋 copy color: '#02D4CE'

red 2 ◦ green 212 ◦ blue 206

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

Shades of Dark Turquoise #02D4CE

Tints of Dark Turquoise #02D4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.48%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 0.48%
G = 50.48%
B = 49.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#02D4CE (or 0x02D4CE) is known color: Dark Turquoise. HEX triplet: 02, D4 and CE. RGB value is (2,212,206). Sum of RGB (Red+Green+Blue) = 2+212+206=420 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #02D4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D4CE is #FD2B31. Grayscale: #949494. Windows color (decimal): -16591666 or 13554690. OLE color: 13554690.

HSL color Cylindrical-coordinate representation of color #02D4CE: hue angle of 178.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D4CE is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 2 212 206 -
CMYK 0.99 0 0.03 0.17
HSL 178.29º 0.98% 0.42% -
HSV(B) 178.29º 0.99% 0.83% -
XYZ 34.71 51.56 66.51 -
YUV 148.53 160.43 23.49 -
System Red Green Blue C M Y K H S L
Decimal 2 212 206 0.99 0 0.03 0.17 178.29 0.98 0.42
Hex 2 D4 CE 63 0 3 11 B2 62 2A
Octal 2 324 316 143 0 3 21 262 142 52
Binary 10 11010100 11001110 1100011 0 11 10001 10110010 1100010 101010

Color Harmonies of #02D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D4CE

Black with #02D4CE

Text Example


Text Example

White with #02D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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