Html Css Color HEX #02D4CF Dark Turquoise

📋 copy color: '#02D4CF'

red 2 ◦ green 212 ◦ blue 207

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

Shades of Dark Turquoise #02D4CF

Tints of Dark Turquoise #02D4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 0.48%
G = 50.36%
B = 49.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#02D4CF (or 0x02D4CF) is known color: Dark Turquoise. HEX triplet: 02, D4 and CF. RGB value is (2,212,207). Sum of RGB (Red+Green+Blue) = 2+212+207=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #02D4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D4CF is #FD2B30. Grayscale: #949494. Windows color (decimal): -16591665 or 13620226. OLE color: 13620226.

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

Color convert

RGB 2 212 207 -
CMYK 0.99 0 0.02 0.17
HSL 178.57º 0.98% 0.42% -
HSV(B) 178.57º 0.99% 0.83% -
XYZ 34.83 51.6 67.16 -
YUV 148.64 160.93 23.41 -
System Red Green Blue C M Y K H S L
Decimal 2 212 207 0.99 0 0.02 0.17 178.57 0.98 0.42
Hex 2 D4 CF 63 0 2 11 B3 62 2A
Octal 2 324 317 143 0 2 21 263 142 52
Binary 10 11010100 11001111 1100011 0 10 10001 10110011 1100010 101010

Color Harmonies of #02D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D4CF

Black with #02D4CF

Text Example


Text Example

White with #02D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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