Html Css Color HEX #0DD7DB Dark Turquoise

📋 copy color: '#0DD7DB'

red 13 ◦ green 215 ◦ blue 219

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

Shades of Dark Turquoise #0DD7DB

Tints of Dark Turquoise #0DD7DB

RGB

 RED value IS 13 (5.47% from 255) = 2.91%

 GREEN value IS 215 (84.38% from 255) = 48.1%

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

R = 2.91%
G = 48.1%
B = 48.99%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DD7DB (or 0x0DD7DB) is known color: Dark Turquoise. HEX triplet: 0D, D7 and DB. RGB value is (13,215,219). Sum of RGB (Red+Green+Blue) = 13+215+219=447 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DD7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD7DB is #F22824. Grayscale: #9A9A9A. Windows color (decimal): -15869989 or 14407437. OLE color: 14407437.

HSL color Cylindrical-coordinate representation of color #0DD7DB: hue angle of 181.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD7DB is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 215 219 -
CMYK 0.94 0.02 0 0.14
HSL 181.17º 0.89% 0.45% -
HSV(B) 181.17º 0.94% 0.86% -
XYZ 37.25 53.8 75.44 -
YUV 155.06 164.08 26.67 -
System Red Green Blue C M Y K H S L
Decimal 13 215 219 0.94 0.02 0 0.14 181.17 0.89 0.45
Hex D D7 DB 5E 2 0 E B5 59 2D
Octal 15 327 333 136 2 0 16 265 131 55
Binary 1101 11010111 11011011 1011110 10 0 1110 10110101 1011001 101101

Color Harmonies of #0DD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD7DB

Black with #0DD7DB

Text Example


Text Example

White with #0DD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DD7DB; }

 p { color: rgb(13,215,219); }

 H1.HeaderClassName
 {
   color: #0DD7DB;
 }
 .AnyTagClassName
 {
   color: #0DD7DB;
 }
</style>

background-color css

<style>
 a { background-color: #0DD7DB; }

 a { background-color: rgb(13,215,219); }

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

border-color css

<style>
 span { border-color: #0DD7DB; }

 span { border-color: rgb(13,215,219); }

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