Shades of Turquoise #58FCDB
Tints of Turquoise #58FCDB
RGB
CMYK
RGB Variations
Color information
#58FCDB (or 0x58FCDB) is known color: Turquoise. HEX triplet: 58, FC and DB. RGB value is (88,252,219). Sum of RGB (Red+Green+Blue) = 88+252+219=559 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.74% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCDB is #A70324. Grayscale: #C7C7C7. Windows color (decimal): -10945317 or 14416984. OLE color: 14416984.
HSL color Cylindrical-coordinate representation of color #58FCDB: hue angle of 167.93º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCDB is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 252 | 219 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.01 |
| HSL | 167.93º | 0.96% | 0.67% | - |
| HSV(B) | 167.93º | 0.65% | 0.99% | - |
| XYZ | 51.62 | 76.81 | 79.12 | - |
| YUV | 199.2 | 139.17 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 252 | 219 | 0.65 | 0 | 0.13 | 0.01 | 167.93 | 0.96 | 0.67 |
| Hex | 58 | FC | DB | 41 | 0 | D | 1 | A8 | 60 | 43 |
| Octal | 130 | 374 | 333 | 101 | 0 | 15 | 1 | 250 | 140 | 103 |
| Binary | 1011000 | 11111100 | 11011011 | 1000001 | 0 | 1101 | 1 | 10101000 | 1100000 | 1000011 |
Color Harmonies of #58FCDB
Complementary color
Monochromatic Colors of #58FCDB
Black with #58FCDB
Text Example
Text Example
White with #58FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FCDB; }
p { color: rgb(88,252,219); }
H1.HeaderClassName
{
color: #58FCDB;
}
.AnyTagClassName
{
color: #58FCDB;
}
</style>
background-color css
<style>
a { background-color: #58FCDB; }
a { background-color: rgb(88,252,219); }
div.DivClassName
{
background-color: #58FCDB;
}
.BgClassName
{
background-color: #58FCDB;
}
</style>
border-color css
<style>
span { border-color: #58FCDB; }
span { border-color: rgb(88,252,219); }
td.TdClassName
{
border-color: #58FCDB;
}
.TagClassName
{
border-color: #58FCDB;
}
</style>