Html Css Color HEX #00D0DB Dark Turquoise

📋 copy color: '#00D0DB'

red 0 ◦ green 208 ◦ blue 219

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

Shades of Dark Turquoise #00D0DB

Tints of Dark Turquoise #00D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

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

R = 0%
G = 48.71%
B = 51.29%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00D0DB (or 0x00D0DB) is known color: Dark Turquoise. HEX triplet: 00, D0 and DB. RGB value is (0,208,219). Sum of RGB (Red+Green+Blue) = 0+208+219=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #00D0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D0DB is #FF2F24. Grayscale: #929292. Windows color (decimal): -16723749 or 14405632. OLE color: 14405632.

HSL color Cylindrical-coordinate representation of color #00D0DB: hue angle of 183.01º 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 #00D0DB is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 208 219 -
CMYK 1 0.05 0 0.14
HSL 183.01º 1% 0.43% -
HSV(B) 183.01º 1% 0.86% -
XYZ 35.34 50.23 74.85 -
YUV 147.06 168.59 23.11 -
System Red Green Blue C M Y K H S L
Decimal 0 208 219 1 0.05 0 0.14 183.01 1 0.43
Hex 0 D0 DB 64 5 0 E B7 64 2B
Octal 0 320 333 144 5 0 16 267 144 53
Binary 0 11010000 11011011 1100100 101 0 1110 10110111 1100100 101011

Color Harmonies of #00D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D0DB

Black with #00D0DB

Text Example


Text Example

White with #00D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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