Html Css Color HEX #02D5D0 Dark Turquoise

📋 copy color: '#02D5D0'

red 2 ◦ green 213 ◦ blue 208

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

Shades of Dark Turquoise #02D5D0

Tints of Dark Turquoise #02D5D0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.35%

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 0.47%
G = 50.35%
B = 49.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#02D5D0 (or 0x02D5D0) is known color: Dark Turquoise. HEX triplet: 02, D5 and D0. RGB value is (2,213,208). Sum of RGB (Red+Green+Blue) = 2+213+208=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #02D5D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D5D0 is #FD2A2F. Grayscale: #959595. Windows color (decimal): -16591408 or 13686018. OLE color: 13686018.

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

Color convert

RGB 2 213 208 -
CMYK 0.99 0 0.02 0.16
HSL 178.58º 0.98% 0.42% -
HSV(B) 178.58º 0.99% 0.84% -
XYZ 35.2 52.16 67.89 -
YUV 149.34 161.1 22.91 -
System Red Green Blue C M Y K H S L
Decimal 2 213 208 0.99 0 0.02 0.16 178.58 0.98 0.42
Hex 2 D5 D0 63 0 2 10 B3 62 2A
Octal 2 325 320 143 0 2 20 263 142 52
Binary 10 11010101 11010000 1100011 0 10 10000 10110011 1100010 101010

Color Harmonies of #02D5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D5D0

Black with #02D5D0

Text Example


Text Example

White with #02D5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,213,208); }

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

background-color css

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

 a { background-color: rgb(2,213,208); }

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

border-color css

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

 span { border-color: rgb(2,213,208); }

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