Shades of Bright Turquoise #10F7DC
Tints of Bright Turquoise #10F7DC
RGB
CMYK
RGB Variations
Color information
#10F7DC (or 0x10F7DC) is known color: Bright Turquoise. HEX triplet: 10, F7 and DC. RGB value is (16,247,220). Sum of RGB (Red+Green+Blue) = 16+247+220=483 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #10F7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F7DC is #EF0823. Grayscale: #AEAEAE. Windows color (decimal): -15665188 or 14481168. OLE color: 14481168.
HSL color Cylindrical-coordinate representation of color #10F7DC: hue angle of 172.99º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F7DC is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 220 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.03 |
| HSL | 172.99º | 0.94% | 0.52% | - |
| HSV(B) | 172.99º | 0.94% | 0.97% | - |
| XYZ | 46.39 | 71.8 | 79.12 | - |
| YUV | 174.85 | 153.47 | 14.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 220 | 0.94 | 0 | 0.11 | 0.03 | 172.99 | 0.94 | 0.52 |
| Hex | 10 | F7 | DC | 5E | 0 | B | 3 | AD | 5E | 34 |
| Octal | 20 | 367 | 334 | 136 | 0 | 13 | 3 | 255 | 136 | 64 |
| Binary | 10000 | 11110111 | 11011100 | 1011110 | 0 | 1011 | 11 | 10101101 | 1011110 | 110100 |
Color Harmonies of #10F7DC
Complementary color
Monochromatic Colors of #10F7DC
Black with #10F7DC
Text Example
Text Example
White with #10F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F7DC; }
p { color: rgb(16,247,220); }
H1.HeaderClassName
{
color: #10F7DC;
}
.AnyTagClassName
{
color: #10F7DC;
}
</style>
background-color css
<style>
a { background-color: #10F7DC; }
a { background-color: rgb(16,247,220); }
div.DivClassName
{
background-color: #10F7DC;
}
.BgClassName
{
background-color: #10F7DC;
}
</style>
border-color css
<style>
span { border-color: #10F7DC; }
span { border-color: rgb(16,247,220); }
td.TdClassName
{
border-color: #10F7DC;
}
.TagClassName
{
border-color: #10F7DC;
}
</style>