Shades of Medium Turquoise #58CFDB
Tints of Medium Turquoise #58CFDB
RGB
CMYK
RGB Variations
Color information
#58CFDB (or 0x58CFDB) is known color: Medium Turquoise. HEX triplet: 58, CF and DB. RGB value is (88,207,219). Sum of RGB (Red+Green+Blue) = 88+207+219=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #58CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFDB is #A73024. Grayscale: #ACACAC. Windows color (decimal): -10956837 or 14405464. OLE color: 14405464.
HSL color Cylindrical-coordinate representation of color #58CFDB: hue angle of 185.5º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CFDB is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 207 | 219 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.14 |
| HSL | 185.5º | 0.65% | 0.6% | - |
| HSV(B) | 185.5º | 0.6% | 0.86% | - |
| XYZ | 39.12 | 51.81 | 74.96 | - |
| YUV | 172.79 | 154.08 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 219 | 0.60 | 0.05 | 0 | 0.14 | 185.5 | 0.65 | 0.6 |
| Hex | 58 | CF | DB | 3C | 5 | 0 | E | B9 | 41 | 3C |
| Octal | 130 | 317 | 333 | 74 | 5 | 0 | 16 | 271 | 101 | 74 |
| Binary | 1011000 | 11001111 | 11011011 | 111100 | 101 | 0 | 1110 | 10111001 | 1000001 | 111100 |
Color Harmonies of #58CFDB
Complementary color
Monochromatic Colors of #58CFDB
Black with #58CFDB
Text Example
Text Example
White with #58CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFDB; }
p { color: rgb(88,207,219); }
H1.HeaderClassName
{
color: #58CFDB;
}
.AnyTagClassName
{
color: #58CFDB;
}
</style>
background-color css
<style>
a { background-color: #58CFDB; }
a { background-color: rgb(88,207,219); }
div.DivClassName
{
background-color: #58CFDB;
}
.BgClassName
{
background-color: #58CFDB;
}
</style>
border-color css
<style>
span { border-color: #58CFDB; }
span { border-color: rgb(88,207,219); }
td.TdClassName
{
border-color: #58CFDB;
}
.TagClassName
{
border-color: #58CFDB;
}
</style>