#0DD0EA

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

Shades of Dark Turquoise #0DD0EA

Tints of Dark Turquoise #0DD0EA

Color information

#0DD0EA (or 0x0DD0EA) is unknown color: approx Dark Turquoise. HEX triplet: 0D, D0 and EA. RGB value is (13,208,234). Sum of RGB (Red+Green+Blue) = 13+208+234=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DD0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD0EA is #F22F15. Grayscale: #989898. Windows color (decimal): -15871766 or 15388685. OLE color: 15388685.

HSL color Cylindrical-coordinate representation of color #0DD0EA: hue angle of 187.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0EA is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13208234-
CMYK0.940.1100.08
HSL187.06º89.47%48.43%-
HSV(B)187.06º94.44%91.76%-
XYZ37.5751.1485.73-
YUV152.66173.928.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.86%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 234 (91.80% from 255) = 51.43%
R=2.86%
G=45.71%
B=51.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132082340.940.1100.08187.0689.4748.43
HexDD0EA5EB08bb5930
Octal153203521361301027313160
Binary110111010000111010101011110101101000101110111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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