#10D4DF

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

Shades of Dark Turquoise #10D4DF

Tints of Dark Turquoise #10D4DF

Color information

#10D4DF (or 0x10D4DF) is unknown color: approx Dark Turquoise. HEX triplet: 10, D4 and DF. RGB value is (16,212,223). Sum of RGB (Red+Green+Blue) = 16+212+223=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #10D4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D4DF is #EF2B20. Grayscale: #9A9A9A. Windows color (decimal): -15674145 or 14668816. OLE color: 14668816.

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

Color convert

RGB16212223-
CMYK0.930.0500.13
HSL183.19º86.61%46.86%-
HSV(B)183.19º92.83%87.45%-
XYZ37.0852.5278-
YUV154.65166.5729.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.55%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=3.55%
G=47.01%
B=49.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162122230.930.0500.13183.1986.6146.86
Hex10D4DF5D50Db7572f
Octal20324337135501526712757
Binary100001101010011011111101110110101101101101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,212,223); }

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

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

 a { background-color: rgb(16,212,223); }

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

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

 span { border-color: rgb(16,212,223); }

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