#10C7E2

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

Shades of Dark Turquoise #10C7E2

Tints of Dark Turquoise #10C7E2

Color information

#10C7E2 (or 0x10C7E2) is unknown color: approx Dark Turquoise. HEX triplet: 10, C7 and E2. RGB value is (16,199,226). Sum of RGB (Red+Green+Blue) = 16+199+226=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #10C7E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C7E2 is #EF381D. Grayscale: #939393. Windows color (decimal): -15677470 or 14862096. OLE color: 14862096.

HSL color Cylindrical-coordinate representation of color #10C7E2: hue angle of 187.71º 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 #10C7E2 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16199226-
CMYK0.930.1200.11
HSL187.71º86.78%47.45%-
HSV(B)187.71º92.92%88.63%-
XYZ34.3646.4579.11-
YUV147.36172.3734.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.63%
GREEN value IS 199 (78.12% from 255) = 45.12%
BLUE value IS 226 (88.67% from 255) = 51.25%
R=3.63%
G=45.12%
B=51.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161992260.930.1200.11187.7186.7847.45
Hex10C7E25DC0Bbc572f
Octal203073421351401327412757
Binary1000011000111111000101011101110001011101111001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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