Html Css Color HEX #00D8DB Dark Turquoise

📋 copy color: '#00D8DB'

red 0 ◦ green 216 ◦ blue 219

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

Shades of Dark Turquoise #00D8DB

Tints of Dark Turquoise #00D8DB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 216 (84.77% from 255) = 49.66%

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 0%
G = 49.66%
B = 50.34%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00D8DB (or 0x00D8DB) is known color: Dark Turquoise. HEX triplet: 00, D8 and DB. RGB value is (0,216,219). Sum of RGB (Red+Green+Blue) = 0+216+219=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #00D8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D8DB is #FF2724. Grayscale: #979797. Windows color (decimal): -16721701 or 14407680. OLE color: 14407680.

HSL color Cylindrical-coordinate representation of color #00D8DB: hue angle of 180.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D8DB is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 216 219 -
CMYK 1 0.01 0 0.14
HSL 180.82º 1% 0.43% -
HSV(B) 180.82º 1% 0.86% -
XYZ 37.34 54.23 75.52 -
YUV 151.76 165.94 19.76 -
System Red Green Blue C M Y K H S L
Decimal 0 216 219 1 0.01 0 0.14 180.82 1 0.43
Hex 0 D8 DB 64 1 0 E B5 64 2B
Octal 0 330 333 144 1 0 16 265 144 53
Binary 0 11011000 11011011 1100100 1 0 1110 10110101 1100100 101011

Color Harmonies of #00D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D8DB

Black with #00D8DB

Text Example


Text Example

White with #00D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D8DB; }

 p { color: rgb(0,216,219); }

 H1.HeaderClassName
 {
   color: #00D8DB;
 }
 .AnyTagClassName
 {
   color: #00D8DB;
 }
</style>

background-color css

<style>
 a { background-color: #00D8DB; }

 a { background-color: rgb(0,216,219); }

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

border-color css

<style>
 span { border-color: #00D8DB; }

 span { border-color: rgb(0,216,219); }

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