Html Css Color HEX #0DD9DB Bright Turquoise

📋 copy color: '#0DD9DB'

red 13 ◦ green 217 ◦ blue 219

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

Shades of Bright Turquoise #0DD9DB

Tints of Bright Turquoise #0DD9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

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

R = 2.9%
G = 48.33%
B = 48.78%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DD9DB (or 0x0DD9DB) is known color: Bright Turquoise. HEX triplet: 0D, D9 and DB. RGB value is (13,217,219). Sum of RGB (Red+Green+Blue) = 13+217+219=449 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DD9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD9DB is #F22624. Grayscale: #9C9C9C. Windows color (decimal): -15869477 or 14407949. OLE color: 14407949.

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

Color convert

RGB 13 217 219 -
CMYK 0.94 0.01 0 0.14
HSL 180.58º 0.89% 0.45% -
HSV(B) 180.58º 0.94% 0.86% -
XYZ 37.77 54.83 75.61 -
YUV 156.23 163.41 25.84 -
System Red Green Blue C M Y K H S L
Decimal 13 217 219 0.94 0.01 0 0.14 180.58 0.89 0.45
Hex D D9 DB 5E 1 0 E B5 59 2D
Octal 15 331 333 136 1 0 16 265 131 55
Binary 1101 11011001 11011011 1011110 1 0 1110 10110101 1011001 101101

Color Harmonies of #0DD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD9DB

Black with #0DD9DB

Text Example


Text Example

White with #0DD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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