Html Css Color HEX #0DD0DE Dark Turquoise

📋 copy color: '#0DD0DE'

red 13 ◦ green 208 ◦ blue 222

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

Shades of Dark Turquoise #0DD0DE

Tints of Dark Turquoise #0DD0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 2.93%
G = 46.95%
B = 50.11%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DD0DE (or 0x0DD0DE) is known color: Dark Turquoise. HEX triplet: 0D, D0 and DE. RGB value is (13,208,222). Sum of RGB (Red+Green+Blue) = 13+208+222=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DD0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD0DE is #F22F21. Grayscale: #979797. Windows color (decimal): -15871778 or 14602253. OLE color: 14602253.

HSL color Cylindrical-coordinate representation of color #0DD0DE: hue angle of 184.02º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0DE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 208 222 -
CMYK 0.94 0.06 0 0.13
HSL 184.02º 0.89% 0.46% -
HSV(B) 184.02º 0.94% 0.87% -
XYZ 35.91 50.47 76.96 -
YUV 151.29 167.9 29.36 -
System Red Green Blue C M Y K H S L
Decimal 13 208 222 0.94 0.06 0 0.13 184.02 0.89 0.46
Hex D D0 DE 5E 6 0 D B8 59 2E
Octal 15 320 336 136 6 0 15 270 131 56
Binary 1101 11010000 11011110 1011110 110 0 1101 10111000 1011001 101110

Color Harmonies of #0DD0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD0DE

Black with #0DD0DE

Text Example


Text Example

White with #0DD0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,208,222); }

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

background-color css

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

 a { background-color: rgb(13,208,222); }

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

border-color css

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

 span { border-color: rgb(13,208,222); }

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