Shades of Turquoise #58F9CE
Tints of Turquoise #58F9CE
RGB
CMYK
RGB Variations
Color information
#58F9CE (or 0x58F9CE) is known color: Turquoise. HEX triplet: 58, F9 and CE. RGB value is (88,249,206). Sum of RGB (Red+Green+Blue) = 88+249+206=543 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.21% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #58F9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F9CE is #A70631. Grayscale: #C3C3C3. Windows color (decimal): -10946098 or 13564248. OLE color: 13564248.
HSL color Cylindrical-coordinate representation of color #58F9CE: hue angle of 163.98º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F9CE is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 249 | 206 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.02 |
| HSL | 163.98º | 0.93% | 0.66% | - |
| HSV(B) | 163.98º | 0.65% | 0.98% | - |
| XYZ | 49.04 | 74.28 | 70.15 | - |
| YUV | 195.96 | 133.66 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 249 | 206 | 0.65 | 0 | 0.17 | 0.02 | 163.98 | 0.93 | 0.66 |
| Hex | 58 | F9 | CE | 41 | 0 | 11 | 2 | A4 | 5D | 42 |
| Octal | 130 | 371 | 316 | 101 | 0 | 21 | 2 | 244 | 135 | 102 |
| Binary | 1011000 | 11111001 | 11001110 | 1000001 | 0 | 10001 | 10 | 10100100 | 1011101 | 1000010 |
Color Harmonies of #58F9CE
Complementary color
Monochromatic Colors of #58F9CE
Black with #58F9CE
Text Example
Text Example
White with #58F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F9CE; }
p { color: rgb(88,249,206); }
H1.HeaderClassName
{
color: #58F9CE;
}
.AnyTagClassName
{
color: #58F9CE;
}
</style>
background-color css
<style>
a { background-color: #58F9CE; }
a { background-color: rgb(88,249,206); }
div.DivClassName
{
background-color: #58F9CE;
}
.BgClassName
{
background-color: #58F9CE;
}
</style>
border-color css
<style>
span { border-color: #58F9CE; }
span { border-color: rgb(88,249,206); }
td.TdClassName
{
border-color: #58F9CE;
}
.TagClassName
{
border-color: #58F9CE;
}
</style>