Shades of Medium Turquoise #58CFD1
Tints of Medium Turquoise #58CFD1
RGB
CMYK
RGB Variations
Color information
#58CFD1 (or 0x58CFD1) is known color: Medium Turquoise. HEX triplet: 58, CF and D1. RGB value is (88,207,209). Sum of RGB (Red+Green+Blue) = 88+207+209=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #58CFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFD1 is #A7302E. Grayscale: #ABABAB. Windows color (decimal): -10956847 or 13750104. OLE color: 13750104.
HSL color Cylindrical-coordinate representation of color #58CFD1: hue angle of 180.99º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58CFD1 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 207 | 209 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.18 |
| HSL | 180.99º | 0.57% | 0.58% | - |
| HSV(B) | 180.99º | 0.58% | 0.82% | - |
| XYZ | 37.85 | 51.3 | 68.23 | - |
| YUV | 171.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 209 | 0.58 | 0.01 | 0 | 0.18 | 180.99 | 0.57 | 0.58 |
| Hex | 58 | CF | D1 | 3A | 1 | 0 | 12 | B5 | 39 | 3A |
| Octal | 130 | 317 | 321 | 72 | 1 | 0 | 22 | 265 | 71 | 72 |
| Binary | 1011000 | 11001111 | 11010001 | 111010 | 1 | 0 | 10010 | 10110101 | 111001 | 111010 |
Color Harmonies of #58CFD1
Complementary color
Monochromatic Colors of #58CFD1
Black with #58CFD1
Text Example
Text Example
White with #58CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFD1; }
p { color: rgb(88,207,209); }
H1.HeaderClassName
{
color: #58CFD1;
}
.AnyTagClassName
{
color: #58CFD1;
}
</style>
background-color css
<style>
a { background-color: #58CFD1; }
a { background-color: rgb(88,207,209); }
div.DivClassName
{
background-color: #58CFD1;
}
.BgClassName
{
background-color: #58CFD1;
}
</style>
border-color css
<style>
span { border-color: #58CFD1; }
span { border-color: rgb(88,207,209); }
td.TdClassName
{
border-color: #58CFD1;
}
.TagClassName
{
border-color: #58CFD1;
}
</style>