Html Css Color HEX #0DC9DC Dark Turquoise

📋 copy color: '#0DC9DC'

red 13 ◦ green 201 ◦ blue 220

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

Shades of Dark Turquoise #0DC9DC

Tints of Dark Turquoise #0DC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.31%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 3%
G = 46.31%
B = 50.69%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DC9DC (or 0x0DC9DC) is known color: Dark Turquoise. HEX triplet: 0D, C9 and DC. RGB value is (13,201,220). Sum of RGB (Red+Green+Blue) = 13+201+220=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DC9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC9DC is #F23623. Grayscale: #929292. Windows color (decimal): -15873572 or 14469389. OLE color: 14469389.

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

Color convert

RGB 13 201 220 -
CMYK 0.94 0.09 0 0.14
HSL 185.51º 0.89% 0.46% -
HSV(B) 185.51º 0.94% 0.86% -
XYZ 33.97 47.03 75 -
YUV 146.95 169.22 32.46 -
System Red Green Blue C M Y K H S L
Decimal 13 201 220 0.94 0.09 0 0.14 185.51 0.89 0.46
Hex D C9 DC 5E 9 0 E BA 59 2E
Octal 15 311 334 136 11 0 16 272 131 56
Binary 1101 11001001 11011100 1011110 1001 0 1110 10111010 1011001 101110

Color Harmonies of #0DC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC9DC

Black with #0DC9DC

Text Example


Text Example

White with #0DC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,201,220); }

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

background-color css

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

 a { background-color: rgb(13,201,220); }

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

border-color css

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

 span { border-color: rgb(13,201,220); }

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