Shades of Turquoise #58FADF
Tints of Turquoise #58FADF
RGB
CMYK
RGB Variations
Color information
#58FADF (or 0x58FADF) is known color: Turquoise. HEX triplet: 58, FA and DF. RGB value is (88,250,223). Sum of RGB (Red+Green+Blue) = 88+250+223=561 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.69% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #58FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FADF is #A70520. Grayscale: #C6C6C6. Windows color (decimal): -10945825 or 14678616. OLE color: 14678616.
HSL color Cylindrical-coordinate representation of color #58FADF: hue angle of 170º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FADF is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 250 | 223 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.02 |
| HSL | 170º | 0.94% | 0.66% | - |
| HSV(B) | 170º | 0.65% | 0.98% | - |
| XYZ | 51.53 | 75.77 | 81.72 | - |
| YUV | 198.48 | 141.83 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 250 | 223 | 0.65 | 0 | 0.11 | 0.02 | 170 | 0.94 | 0.66 |
| Hex | 58 | FA | DF | 41 | 0 | B | 2 | AA | 5E | 42 |
| Octal | 130 | 372 | 337 | 101 | 0 | 13 | 2 | 252 | 136 | 102 |
| Binary | 1011000 | 11111010 | 11011111 | 1000001 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000010 |
Color Harmonies of #58FADF
Complementary color
Monochromatic Colors of #58FADF
Black with #58FADF
Text Example
Text Example
White with #58FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FADF; }
p { color: rgb(88,250,223); }
H1.HeaderClassName
{
color: #58FADF;
}
.AnyTagClassName
{
color: #58FADF;
}
</style>
background-color css
<style>
a { background-color: #58FADF; }
a { background-color: rgb(88,250,223); }
div.DivClassName
{
background-color: #58FADF;
}
.BgClassName
{
background-color: #58FADF;
}
</style>
border-color css
<style>
span { border-color: #58FADF; }
span { border-color: rgb(88,250,223); }
td.TdClassName
{
border-color: #58FADF;
}
.TagClassName
{
border-color: #58FADF;
}
</style>