Shades of Bright Turquoise #10F5EF
Tints of Bright Turquoise #10F5EF
RGB
CMYK
RGB Variations
Color information
#10F5EF (or 0x10F5EF) is known color: Bright Turquoise. HEX triplet: 10, F5 and EF. RGB value is (16,245,239). Sum of RGB (Red+Green+Blue) = 16+245+239=500 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.2% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #10F5EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F5EF is #EF0A10. Grayscale: #AFAFAF. Windows color (decimal): -15665681 or 15725840. OLE color: 15725840.
HSL color Cylindrical-coordinate representation of color #10F5EF: hue angle of 178.43º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F5EF is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 239 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.04 |
| HSL | 178.43º | 0.92% | 0.51% | - |
| HSV(B) | 178.43º | 0.93% | 0.96% | - |
| XYZ | 48.45 | 71.65 | 92.94 | - |
| YUV | 175.85 | 163.63 | 13.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 239 | 0.93 | 0 | 0.02 | 0.04 | 178.43 | 0.92 | 0.51 |
| Hex | 10 | F5 | EF | 5D | 0 | 2 | 4 | B2 | 5C | 33 |
| Octal | 20 | 365 | 357 | 135 | 0 | 2 | 4 | 262 | 134 | 63 |
| Binary | 10000 | 11110101 | 11101111 | 1011101 | 0 | 10 | 100 | 10110010 | 1011100 | 110011 |
Color Harmonies of #10F5EF
Complementary color
Monochromatic Colors of #10F5EF
Black with #10F5EF
Text Example
Text Example
White with #10F5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F5EF; }
p { color: rgb(16,245,239); }
H1.HeaderClassName
{
color: #10F5EF;
}
.AnyTagClassName
{
color: #10F5EF;
}
</style>
background-color css
<style>
a { background-color: #10F5EF; }
a { background-color: rgb(16,245,239); }
div.DivClassName
{
background-color: #10F5EF;
}
.BgClassName
{
background-color: #10F5EF;
}
</style>
border-color css
<style>
span { border-color: #10F5EF; }
span { border-color: rgb(16,245,239); }
td.TdClassName
{
border-color: #10F5EF;
}
.TagClassName
{
border-color: #10F5EF;
}
</style>