Shades of Bright Turquoise #10F7E6
Tints of Bright Turquoise #10F7E6
RGB
CMYK
RGB Variations
Color information
#10F7E6 (or 0x10F7E6) is known color: Bright Turquoise. HEX triplet: 10, F7 and E6. RGB value is (16,247,230). Sum of RGB (Red+Green+Blue) = 16+247+230=493 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.25% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #10F7E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F7E6 is #EF0819. Grayscale: #AFAFAF. Windows color (decimal): -15665178 or 15136528. OLE color: 15136528.
HSL color Cylindrical-coordinate representation of color #10F7E6: hue angle of 175.58º 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 #10F7E6 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 230 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.03 |
| HSL | 175.58º | 0.94% | 0.52% | - |
| HSV(B) | 175.58º | 0.94% | 0.97% | - |
| XYZ | 47.76 | 72.34 | 86.31 | - |
| YUV | 175.99 | 158.47 | 13.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 230 | 0.94 | 0 | 0.07 | 0.03 | 175.58 | 0.94 | 0.52 |
| Hex | 10 | F7 | E6 | 5E | 0 | 7 | 3 | B0 | 5E | 34 |
| Octal | 20 | 367 | 346 | 136 | 0 | 7 | 3 | 260 | 136 | 64 |
| Binary | 10000 | 11110111 | 11100110 | 1011110 | 0 | 111 | 11 | 10110000 | 1011110 | 110100 |
Color Harmonies of #10F7E6
Complementary color
Monochromatic Colors of #10F7E6
Black with #10F7E6
Text Example
Text Example
White with #10F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F7E6; }
p { color: rgb(16,247,230); }
H1.HeaderClassName
{
color: #10F7E6;
}
.AnyTagClassName
{
color: #10F7E6;
}
</style>
background-color css
<style>
a { background-color: #10F7E6; }
a { background-color: rgb(16,247,230); }
div.DivClassName
{
background-color: #10F7E6;
}
.BgClassName
{
background-color: #10F7E6;
}
</style>
border-color css
<style>
span { border-color: #10F7E6; }
span { border-color: rgb(16,247,230); }
td.TdClassName
{
border-color: #10F7E6;
}
.TagClassName
{
border-color: #10F7E6;
}
</style>