#0DC7D5

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

Shades of Dark Turquoise #0DC7D5

Tints of Dark Turquoise #0DC7D5

Color information

#0DC7D5 (or 0x0DC7D5) is unknown color: approx Dark Turquoise. HEX triplet: 0D, C7 and D5. RGB value is (13,199,213). Sum of RGB (Red+Green+Blue) = 13+199+213=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #0DC7D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7D5 is #F2382A. Grayscale: #909090. Windows color (decimal): -15874091 or 14010125. OLE color: 14010125.

HSL color Cylindrical-coordinate representation of color #0DC7D5: hue angle of 184.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC7D5 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13199213-
CMYK0.940.0700.16
HSL184.2º88.5%44.31%-
HSV(B)184.2º93.9%83.53%-
XYZ32.645.7470.06-
YUV144.98166.3833.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.06%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 213 (83.59% from 255) = 50.12%
R=3.06%
G=46.82%
B=50.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131992130.940.0700.16184.288.544.31
HexDC7D55E7010b8582c
Octal15307325136702027013054
Binary110111000111110101011011110111010000101110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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