Shades of Turquoise #58F2CF
Tints of Turquoise #58F2CF
RGB
CMYK
RGB Variations
Color information
#58F2CF (or 0x58F2CF) is known color: Turquoise. HEX triplet: 58, F2 and CF. RGB value is (88,242,207). Sum of RGB (Red+Green+Blue) = 88+242+207=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #58F2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F2CF is #A70D30. Grayscale: #BFBFBF. Windows color (decimal): -10947889 or 13627992. OLE color: 13627992.
HSL color Cylindrical-coordinate representation of color #58F2CF: hue angle of 166.36º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F2CF is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 207 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.05 |
| HSL | 166.36º | 0.86% | 0.65% | - |
| HSV(B) | 166.36º | 0.64% | 0.95% | - |
| XYZ | 47.04 | 70.08 | 70.08 | - |
| YUV | 191.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 207 | 0.64 | 0 | 0.14 | 0.05 | 166.36 | 0.86 | 0.65 |
| Hex | 58 | F2 | CF | 40 | 0 | E | 5 | A6 | 56 | 41 |
| Octal | 130 | 362 | 317 | 100 | 0 | 16 | 5 | 246 | 126 | 101 |
| Binary | 1011000 | 11110010 | 11001111 | 1000000 | 0 | 1110 | 101 | 10100110 | 1010110 | 1000001 |
Color Harmonies of #58F2CF
Complementary color
Monochromatic Colors of #58F2CF
Black with #58F2CF
Text Example
Text Example
White with #58F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F2CF; }
p { color: rgb(88,242,207); }
H1.HeaderClassName
{
color: #58F2CF;
}
.AnyTagClassName
{
color: #58F2CF;
}
</style>
background-color css
<style>
a { background-color: #58F2CF; }
a { background-color: rgb(88,242,207); }
div.DivClassName
{
background-color: #58F2CF;
}
.BgClassName
{
background-color: #58F2CF;
}
</style>
border-color css
<style>
span { border-color: #58F2CF; }
span { border-color: rgb(88,242,207); }
td.TdClassName
{
border-color: #58F2CF;
}
.TagClassName
{
border-color: #58F2CF;
}
</style>