#10CDE0

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

Shades of Dark Turquoise #10CDE0

Tints of Dark Turquoise #10CDE0

Color information

#10CDE0 (or 0x10CDE0) is unknown color: approx Dark Turquoise. HEX triplet: 10, CD and E0. RGB value is (16,205,224). Sum of RGB (Red+Green+Blue) = 16+205+224=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #10CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDE0 is #EF321F. Grayscale: #969696. Windows color (decimal): -15675936 or 14732560. OLE color: 14732560.

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

Color convert

RGB16205224-
CMYK0.930.0800.12
HSL185.48º86.67%47.06%-
HSV(B)185.48º92.86%87.84%-
XYZ35.549.1578.14-
YUV150.66169.3831.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.60%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 224 (87.89% from 255) = 50.34%
R=3.60%
G=46.07%
B=50.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162052240.930.0800.12185.4886.6747.06
Hex10CDE05D80Cb9572f
Octal203153401351001427112757
Binary1000011001101111000001011101100001100101110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,205,224); }

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

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

 a { background-color: rgb(16,205,224); }

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

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

 span { border-color: rgb(16,205,224); }

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