Shades of Turquoise #58F6CE
Tints of Turquoise #58F6CE
RGB
CMYK
RGB Variations
Color information
#58F6CE (or 0x58F6CE) is known color: Turquoise. HEX triplet: 58, F6 and CE. RGB value is (88,246,206). Sum of RGB (Red+Green+Blue) = 88+246+206=540 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.30% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #58F6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F6CE is #A70931. Grayscale: #C2C2C2. Windows color (decimal): -10946866 or 13563480. OLE color: 13563480.
HSL color Cylindrical-coordinate representation of color #58F6CE: hue angle of 164.81º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F6CE is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 246 | 206 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.04 |
| HSL | 164.81º | 0.9% | 0.65% | - |
| HSV(B) | 164.81º | 0.64% | 0.96% | - |
| XYZ | 48.12 | 72.44 | 69.84 | - |
| YUV | 194.2 | 134.65 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 246 | 206 | 0.64 | 0 | 0.16 | 0.04 | 164.81 | 0.9 | 0.65 |
| Hex | 58 | F6 | CE | 40 | 0 | 10 | 4 | A5 | 5A | 41 |
| Octal | 130 | 366 | 316 | 100 | 0 | 20 | 4 | 245 | 132 | 101 |
| Binary | 1011000 | 11110110 | 11001110 | 1000000 | 0 | 10000 | 100 | 10100101 | 1011010 | 1000001 |
Color Harmonies of #58F6CE
Complementary color
Monochromatic Colors of #58F6CE
Black with #58F6CE
Text Example
Text Example
White with #58F6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F6CE; }
p { color: rgb(88,246,206); }
H1.HeaderClassName
{
color: #58F6CE;
}
.AnyTagClassName
{
color: #58F6CE;
}
</style>
background-color css
<style>
a { background-color: #58F6CE; }
a { background-color: rgb(88,246,206); }
div.DivClassName
{
background-color: #58F6CE;
}
.BgClassName
{
background-color: #58F6CE;
}
</style>
border-color css
<style>
span { border-color: #58F6CE; }
span { border-color: rgb(88,246,206); }
td.TdClassName
{
border-color: #58F6CE;
}
.TagClassName
{
border-color: #58F6CE;
}
</style>