#10D3DF

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

Shades of Dark Turquoise #10D3DF

Tints of Dark Turquoise #10D3DF

Color information

#10D3DF (or 0x10D3DF) is unknown color: approx Dark Turquoise. HEX triplet: 10, D3 and DF. RGB value is (16,211,223). Sum of RGB (Red+Green+Blue) = 16+211+223=450 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #10D3DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D3DF is #EF2C20. Grayscale: #999999. Windows color (decimal): -15674401 or 14668560. OLE color: 14668560.

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

Color convert

RGB16211223-
CMYK0.930.0500.13
HSL183.48º86.61%46.86%-
HSV(B)183.48º92.83%87.45%-
XYZ36.8352.0377.91-
YUV154.06166.929.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.56%
GREEN value IS 211 (82.81% from 255) = 46.89%
BLUE value IS 223 (87.5% from 255) = 49.56%
R=3.56%
G=46.89%
B=49.56%

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
Decimal162112230.930.0500.13183.4886.6146.86
Hex10D3DF5D50Db7572f
Octal20323337135501526712757
Binary100001101001111011111101110110101101101101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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