Shades of Turquoise #58F0CF
Tints of Turquoise #58F0CF
RGB
CMYK
RGB Variations
Color information
#58F0CF (or 0x58F0CF) is known color: Turquoise. HEX triplet: 58, F0 and CF. RGB value is (88,240,207). Sum of RGB (Red+Green+Blue) = 88+240+207=535 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.45% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #58F0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F0CF is #A70F30. Grayscale: #BEBEBE. Windows color (decimal): -10948401 or 13627480. OLE color: 13627480.
HSL color Cylindrical-coordinate representation of color #58F0CF: hue angle of 166.97º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F0CF is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 240 | 207 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.06 |
| HSL | 166.97º | 0.84% | 0.64% | - |
| HSV(B) | 166.97º | 0.63% | 0.94% | - |
| XYZ | 46.45 | 68.9 | 69.88 | - |
| YUV | 190.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 240 | 207 | 0.63 | 0 | 0.14 | 0.06 | 166.97 | 0.84 | 0.64 |
| Hex | 58 | F0 | CF | 3F | 0 | E | 6 | A7 | 54 | 40 |
| Octal | 130 | 360 | 317 | 77 | 0 | 16 | 6 | 247 | 124 | 100 |
| Binary | 1011000 | 11110000 | 11001111 | 111111 | 0 | 1110 | 110 | 10100111 | 1010100 | 1000000 |
Color Harmonies of #58F0CF
Complementary color
Monochromatic Colors of #58F0CF
Black with #58F0CF
Text Example
Text Example
White with #58F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F0CF; }
p { color: rgb(88,240,207); }
H1.HeaderClassName
{
color: #58F0CF;
}
.AnyTagClassName
{
color: #58F0CF;
}
</style>
background-color css
<style>
a { background-color: #58F0CF; }
a { background-color: rgb(88,240,207); }
div.DivClassName
{
background-color: #58F0CF;
}
.BgClassName
{
background-color: #58F0CF;
}
</style>
border-color css
<style>
span { border-color: #58F0CF; }
span { border-color: rgb(88,240,207); }
td.TdClassName
{
border-color: #58F0CF;
}
.TagClassName
{
border-color: #58F0CF;
}
</style>