#10CEDC

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

Shades of Dark Turquoise #10CEDC

Tints of Dark Turquoise #10CEDC

Color information

#10CEDC (or 0x10CEDC) is unknown color: approx Dark Turquoise. HEX triplet: 10, CE and DC. RGB value is (16,206,220). Sum of RGB (Red+Green+Blue) = 16+206+220=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #10CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CEDC is #EF3123. Grayscale: #969696. Windows color (decimal): -15675684 or 14470672. OLE color: 14470672.

HSL color Cylindrical-coordinate representation of color #10CEDC: hue angle of 184.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CEDC is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16206220-
CMYK0.930.0600.14
HSL184.12º86.44%46.27%-
HSV(B)184.12º92.73%86.27%-
XYZ35.249.4275.39-
YUV150.79167.0531.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.62%
GREEN value IS 206 (80.86% from 255) = 46.61%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=3.62%
G=46.61%
B=49.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162062200.930.0600.14184.1286.4446.27
Hex10CEDC5D60Eb8562e
Octal20316334135601627012656
Binary100001100111011011100101110111001110101110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,206,220); }

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

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

 a { background-color: rgb(16,206,220); }

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

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

 span { border-color: rgb(16,206,220); }

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