Html Css Color HEX #00DBCF Dark Turquoise

📋 copy color: '#00DBCF'

red 0 ◦ green 219 ◦ blue 207

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

Shades of Dark Turquoise #00DBCF

Tints of Dark Turquoise #00DBCF

RGB

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

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

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

R = 0%
G = 51.41%
B = 48.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#00DBCF (or 0x00DBCF) is known color: Dark Turquoise. HEX triplet: 00, DB and CF. RGB value is (0,219,207). Sum of RGB (Red+Green+Blue) = 0+219+207=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBCF is #FF2430. Grayscale: #979797. Windows color (decimal): -16720945 or 13622016. OLE color: 13622016.

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

Color convert

RGB 0 219 207 -
CMYK 1 0 0.05 0.14
HSL 176.71º 1% 0.43% -
HSV(B) 176.71º 1% 0.86% -
XYZ 36.59 55.17 67.75 -
YUV 152.15 158.95 19.48 -
System Red Green Blue C M Y K H S L
Decimal 0 219 207 1 0 0.05 0.14 176.71 1 0.43
Hex 0 DB CF 64 0 5 E B1 64 2B
Octal 0 333 317 144 0 5 16 261 144 53
Binary 0 11011011 11001111 1100100 0 101 1110 10110001 1100100 101011

Color Harmonies of #00DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DBCF

Black with #00DBCF

Text Example


Text Example

White with #00DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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