#10D8D9

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

Shades of Bright Turquoise #10D8D9

Tints of Bright Turquoise #10D8D9

Color information

#10D8D9 (or 0x10D8D9) is unknown color: approx Bright Turquoise. HEX triplet: 10, D8 and D9. RGB value is (16,216,217). Sum of RGB (Red+Green+Blue) = 16+216+217=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #10D8D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D8D9 is #EF2726. Grayscale: #9C9C9C. Windows color (decimal): -15673127 or 14276624. OLE color: 14276624.

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

Color convert

RGB16216217-
CMYK0.930.0000.15
HSL180.3º86.27%45.69%-
HSV(B)180.3º92.63%85.1%-
XYZ37.2954.2374.15-
YUV156.31162.2427.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.56%
GREEN value IS 216 (84.77% from 255) = 48.11%
BLUE value IS 217 (85.16% from 255) = 48.33%
R=3.56%
G=48.11%
B=48.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162162170.930.0000.15180.386.2745.69
Hex10D8D95D00Fb4562e
Octal20330331135001726412656
Binary1000011011000110110011011101001111101101001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,216,217); }

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

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

 a { background-color: rgb(16,216,217); }

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

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

 span { border-color: rgb(16,216,217); }

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