Shades of Turquoise #58ECCF
Tints of Turquoise #58ECCF
RGB
CMYK
RGB Variations
Color information
#58ECCF (or 0x58ECCF) is known color: Turquoise. HEX triplet: 58, EC and CF. RGB value is (88,236,207). Sum of RGB (Red+Green+Blue) = 88+236+207=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECCF is #A71330. Grayscale: #BCBCBC. Windows color (decimal): -10949425 or 13626456. OLE color: 13626456.
HSL color Cylindrical-coordinate representation of color #58ECCF: hue angle of 168.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ECCF is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 207 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.07 |
| HSL | 168.24º | 0.8% | 0.64% | - |
| HSV(B) | 168.24º | 0.63% | 0.93% | - |
| XYZ | 45.28 | 66.57 | 69.49 | - |
| YUV | 188.44 | 138.47 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 207 | 0.63 | 0 | 0.12 | 0.07 | 168.24 | 0.8 | 0.64 |
| Hex | 58 | EC | CF | 3F | 0 | C | 7 | A8 | 50 | 40 |
| Octal | 130 | 354 | 317 | 77 | 0 | 14 | 7 | 250 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11001111 | 111111 | 0 | 1100 | 111 | 10101000 | 1010000 | 1000000 |
Color Harmonies of #58ECCF
Complementary color
Monochromatic Colors of #58ECCF
Black with #58ECCF
Text Example
Text Example
White with #58ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECCF; }
p { color: rgb(88,236,207); }
H1.HeaderClassName
{
color: #58ECCF;
}
.AnyTagClassName
{
color: #58ECCF;
}
</style>
background-color css
<style>
a { background-color: #58ECCF; }
a { background-color: rgb(88,236,207); }
div.DivClassName
{
background-color: #58ECCF;
}
.BgClassName
{
background-color: #58ECCF;
}
</style>
border-color css
<style>
span { border-color: #58ECCF; }
span { border-color: rgb(88,236,207); }
td.TdClassName
{
border-color: #58ECCF;
}
.TagClassName
{
border-color: #58ECCF;
}
</style>