Shades of Bright Turquoise #10F5CF
Tints of Bright Turquoise #10F5CF
RGB
CMYK
RGB Variations
Color information
#10F5CF (or 0x10F5CF) is known color: Bright Turquoise. HEX triplet: 10, F5 and CF. RGB value is (16,245,207). Sum of RGB (Red+Green+Blue) = 16+245+207=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #10F5CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F5CF is #EF0A30. Grayscale: #ACACAC. Windows color (decimal): -15665713 or 13628688. OLE color: 13628688.
HSL color Cylindrical-coordinate representation of color #10F5CF: hue angle of 170.04º 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 #10F5CF is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 207 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.04 |
| HSL | 170.04º | 0.92% | 0.51% | - |
| HSV(B) | 170.04º | 0.93% | 0.96% | - |
| XYZ | 44.13 | 69.92 | 70.2 | - |
| YUV | 172.2 | 147.63 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 207 | 0.93 | 0 | 0.16 | 0.04 | 170.04 | 0.92 | 0.51 |
| Hex | 10 | F5 | CF | 5D | 0 | 10 | 4 | AA | 5C | 33 |
| Octal | 20 | 365 | 317 | 135 | 0 | 20 | 4 | 252 | 134 | 63 |
| Binary | 10000 | 11110101 | 11001111 | 1011101 | 0 | 10000 | 100 | 10101010 | 1011100 | 110011 |
Color Harmonies of #10F5CF
Complementary color
Monochromatic Colors of #10F5CF
Black with #10F5CF
Text Example
Text Example
White with #10F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F5CF; }
p { color: rgb(16,245,207); }
H1.HeaderClassName
{
color: #10F5CF;
}
.AnyTagClassName
{
color: #10F5CF;
}
</style>
background-color css
<style>
a { background-color: #10F5CF; }
a { background-color: rgb(16,245,207); }
div.DivClassName
{
background-color: #10F5CF;
}
.BgClassName
{
background-color: #10F5CF;
}
</style>
border-color css
<style>
span { border-color: #10F5CF; }
span { border-color: rgb(16,245,207); }
td.TdClassName
{
border-color: #10F5CF;
}
.TagClassName
{
border-color: #10F5CF;
}
</style>