#10D0E9

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

Shades of Dark Turquoise #10D0E9

Tints of Dark Turquoise #10D0E9

Color information

#10D0E9 (or 0x10D0E9) is unknown color: approx Dark Turquoise. HEX triplet: 10, D0 and E9. RGB value is (16,208,233). Sum of RGB (Red+Green+Blue) = 16+208+233=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #10D0E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D0E9 is #EF2F16. Grayscale: #999999. Windows color (decimal): -15675159 or 15323152. OLE color: 15323152.

HSL color Cylindrical-coordinate representation of color #10D0E9: hue angle of 186.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D0E9 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16208233-
CMYK0.930.1100.09
HSL186.91º87.15%48.82%-
HSV(B)186.91º93.13%91.37%-
XYZ37.4851.1184.98-
YUV153.44172.8929.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.50%
GREEN value IS 208 (81.64% from 255) = 45.51%
BLUE value IS 233 (91.41% from 255) = 50.98%
R=3.50%
G=45.51%
B=50.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162082330.930.1100.09186.9187.1548.82
Hex10D0E95DB09bb5731
Octal203203511351301127312761
Binary1000011010000111010011011101101101001101110111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10D0E9; }

 p { color: rgb(16,208,233); }

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

<style>
 a { background-color: #10D0E9; }

 a { background-color: rgb(16,208,233); }

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

<style>
 span { border-color: #10D0E9; }

 span { border-color: rgb(16,208,233); }

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