#10D0E2

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

Shades of Dark Turquoise #10D0E2

Tints of Dark Turquoise #10D0E2

Color information

#10D0E2 (or 0x10D0E2) is unknown color: approx Dark Turquoise. HEX triplet: 10, D0 and E2. RGB value is (16,208,226). Sum of RGB (Red+Green+Blue) = 16+208+226=450 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #10D0E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D0E2 is #EF2F1D. Grayscale: #989898. Windows color (decimal): -15675166 or 14864400. OLE color: 14864400.

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

Color convert

RGB16208226-
CMYK0.930.0800.11
HSL185.14º86.78%47.45%-
HSV(B)185.14º92.92%88.63%-
XYZ36.550.7179.82-
YUV152.64169.3930.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.56%
GREEN value IS 208 (81.64% from 255) = 46.22%
BLUE value IS 226 (88.67% from 255) = 50.22%
R=3.56%
G=46.22%
B=50.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162082260.930.0800.11185.1486.7847.45
Hex10D0E25D80Bb9572f
Octal203203421351001327112757
Binary1000011010000111000101011101100001011101110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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