Html Css Color HEX #0DD5DB Dark Turquoise

📋 copy color: '#0DD5DB'

red 13 ◦ green 213 ◦ blue 219

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

Shades of Dark Turquoise #0DD5DB

Tints of Dark Turquoise #0DD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

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

R = 2.92%
G = 47.87%
B = 49.21%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DD5DB (or 0x0DD5DB) is known color: Dark Turquoise. HEX triplet: 0D, D5 and DB. RGB value is (13,213,219). Sum of RGB (Red+Green+Blue) = 13+213+219=445 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.92% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DD5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD5DB is #F22A24. Grayscale: #999999. Windows color (decimal): -15870501 or 14406925. OLE color: 14406925.

HSL color Cylindrical-coordinate representation of color #0DD5DB: hue angle of 181.75º 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 #0DD5DB is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 213 219 -
CMYK 0.94 0.03 0 0.14
HSL 181.75º 0.89% 0.45% -
HSV(B) 181.75º 0.94% 0.86% -
XYZ 36.75 52.79 75.27 -
YUV 153.88 164.74 27.51 -
System Red Green Blue C M Y K H S L
Decimal 13 213 219 0.94 0.03 0 0.14 181.75 0.89 0.45
Hex D D5 DB 5E 3 0 E B6 59 2D
Octal 15 325 333 136 3 0 16 266 131 55
Binary 1101 11010101 11011011 1011110 11 0 1110 10110110 1011001 101101

Color Harmonies of #0DD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD5DB

Black with #0DD5DB

Text Example


Text Example

White with #0DD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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