#0DCCDD

Color #0DCCDD Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #0DCCDD

Tints of Dark Turquoise #0DCCDD

Color information

#0DCCDD (or 0x0DCCDD) is unknown color: approx Dark Turquoise. HEX triplet: 0D, CC and DD. RGB value is (13,204,221). Sum of RGB (Red+Green+Blue) = 13+204+221=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DCCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCDD is #F23322. Grayscale: #949494. Windows color (decimal): -15872803 or 14535693. OLE color: 14535693.

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

Color convert

RGB13204221-
CMYK0.940.0800.13
HSL184.9º88.89%45.88%-
HSV(B)184.9º94.12%86.67%-
XYZ34.8148.4975.93-
YUV148.83168.7231.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.97%
GREEN value IS 204 (80.08% from 255) = 46.58%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=2.97%
G=46.58%
B=50.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132042210.940.0800.13184.988.8945.88
HexDCCDD5E80Db9592e
Octal153143351361001527113156
Binary110111001100110111011011110100001101101110011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,204,221); }

 H1.HeaderClassName
 {
   color: #0DCCDD;
 }
 .AnyTagClassName
 {
   color: #0DCCDD;
 }
</style>
background-color css

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

 a { background-color: rgb(13,204,221); }

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

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

 span { border-color: rgb(13,204,221); }

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