Shades of Medium Turquoise #58CFDA
Tints of Medium Turquoise #58CFDA
RGB
CMYK
RGB Variations
Color information
#58CFDA (or 0x58CFDA) is known color: Medium Turquoise. HEX triplet: 58, CF and DA. RGB value is (88,207,218). Sum of RGB (Red+Green+Blue) = 88+207+218=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #58CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFDA is #A73025. Grayscale: #ACACAC. Windows color (decimal): -10956838 or 14339928. OLE color: 14339928.
HSL color Cylindrical-coordinate representation of color #58CFDA: hue angle of 185.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CFDA is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 207 | 218 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.15 |
| HSL | 185.08º | 0.64% | 0.6% | - |
| HSV(B) | 185.08º | 0.6% | 0.85% | - |
| XYZ | 38.99 | 51.76 | 74.27 | - |
| YUV | 172.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 218 | 0.60 | 0.05 | 0 | 0.15 | 185.08 | 0.64 | 0.6 |
| Hex | 58 | CF | DA | 3C | 5 | 0 | F | B9 | 40 | 3C |
| Octal | 130 | 317 | 332 | 74 | 5 | 0 | 17 | 271 | 100 | 74 |
| Binary | 1011000 | 11001111 | 11011010 | 111100 | 101 | 0 | 1111 | 10111001 | 1000000 | 111100 |
Color Harmonies of #58CFDA
Complementary color
Monochromatic Colors of #58CFDA
Black with #58CFDA
Text Example
Text Example
White with #58CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFDA; }
p { color: rgb(88,207,218); }
H1.HeaderClassName
{
color: #58CFDA;
}
.AnyTagClassName
{
color: #58CFDA;
}
</style>
background-color css
<style>
a { background-color: #58CFDA; }
a { background-color: rgb(88,207,218); }
div.DivClassName
{
background-color: #58CFDA;
}
.BgClassName
{
background-color: #58CFDA;
}
</style>
border-color css
<style>
span { border-color: #58CFDA; }
span { border-color: rgb(88,207,218); }
td.TdClassName
{
border-color: #58CFDA;
}
.TagClassName
{
border-color: #58CFDA;
}
</style>