Html Css Color HEX #02DBD3 Dark Turquoise

📋 copy color: '#02DBD3'

red 2 ◦ green 219 ◦ blue 211

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

Shades of Dark Turquoise #02DBD3

Tints of Dark Turquoise #02DBD3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.69%

 BLUE value IS 211 (82.81% from 255) = 48.84%

R = 0.46%
G = 50.69%
B = 48.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#02DBD3 (or 0x02DBD3) is known color: Dark Turquoise. HEX triplet: 02, DB and D3. RGB value is (2,219,211). Sum of RGB (Red+Green+Blue) = 2+219+211=432 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #02DBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DBD3 is #FD242C. Grayscale: #999999. Windows color (decimal): -16589869 or 13884162. OLE color: 13884162.

HSL color Cylindrical-coordinate representation of color #02DBD3: hue angle of 177.79º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBD3 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 219 211 -
CMYK 0.99 0 0.04 0.14
HSL 177.79º 0.98% 0.43% -
HSV(B) 177.79º 0.99% 0.86% -
XYZ 37.11 55.38 70.36 -
YUV 153.21 160.61 20.15 -
System Red Green Blue C M Y K H S L
Decimal 2 219 211 0.99 0 0.04 0.14 177.79 0.98 0.43
Hex 2 DB D3 63 0 4 E B2 62 2B
Octal 2 333 323 143 0 4 16 262 142 53
Binary 10 11011011 11010011 1100011 0 100 1110 10110010 1100010 101011

Color Harmonies of #02DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DBD3

Black with #02DBD3

Text Example


Text Example

White with #02DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,219,211); }

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

background-color css

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

 a { background-color: rgb(2,219,211); }

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

border-color css

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

 span { border-color: rgb(2,219,211); }

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