Shades of Turquoise Blue #58CFDD
Tints of Turquoise Blue #58CFDD
RGB
CMYK
RGB Variations
Color information
#58CFDD (or 0x58CFDD) is known color: Turquoise Blue. HEX triplet: 58, CF and DD. RGB value is (88,207,221). Sum of RGB (Red+Green+Blue) = 88+207+221=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #58CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFDD is #A73022. Grayscale: #ACACAC. Windows color (decimal): -10956835 or 14536536. OLE color: 14536536.
HSL color Cylindrical-coordinate representation of color #58CFDD: hue angle of 186.32º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CFDD is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 207 | 221 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.13 |
| HSL | 186.32º | 0.66% | 0.61% | - |
| HSV(B) | 186.32º | 0.6% | 0.87% | - |
| XYZ | 39.39 | 51.92 | 76.35 | - |
| YUV | 173.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 221 | 0.60 | 0.06 | 0 | 0.13 | 186.32 | 0.66 | 0.61 |
| Hex | 58 | CF | DD | 3C | 6 | 0 | D | BA | 42 | 3D |
| Octal | 130 | 317 | 335 | 74 | 6 | 0 | 15 | 272 | 102 | 75 |
| Binary | 1011000 | 11001111 | 11011101 | 111100 | 110 | 0 | 1101 | 10111010 | 1000010 | 111101 |
Color Harmonies of #58CFDD
Complementary color
Monochromatic Colors of #58CFDD
Black with #58CFDD
Text Example
Text Example
White with #58CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFDD; }
p { color: rgb(88,207,221); }
H1.HeaderClassName
{
color: #58CFDD;
}
.AnyTagClassName
{
color: #58CFDD;
}
</style>
background-color css
<style>
a { background-color: #58CFDD; }
a { background-color: rgb(88,207,221); }
div.DivClassName
{
background-color: #58CFDD;
}
.BgClassName
{
background-color: #58CFDD;
}
</style>
border-color css
<style>
span { border-color: #58CFDD; }
span { border-color: rgb(88,207,221); }
td.TdClassName
{
border-color: #58CFDD;
}
.TagClassName
{
border-color: #58CFDD;
}
</style>