Shades of Turquoise Blue #58D4DF
Tints of Turquoise Blue #58D4DF
RGB
CMYK
RGB Variations
Color information
#58D4DF (or 0x58D4DF) is known color: Turquoise Blue. HEX triplet: 58, D4 and DF. RGB value is (88,212,223). Sum of RGB (Red+Green+Blue) = 88+212+223=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #58D4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D4DF is #A72B20. Grayscale: #B0B0B0. Windows color (decimal): -10955553 or 14668888. OLE color: 14668888.
HSL color Cylindrical-coordinate representation of color #58D4DF: hue angle of 184.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58D4DF is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 212 | 223 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.13 |
| HSL | 184.89º | 0.68% | 0.61% | - |
| HSV(B) | 184.89º | 0.61% | 0.87% | - |
| XYZ | 40.89 | 54.49 | 78.17 | - |
| YUV | 176.18 | 154.42 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 212 | 223 | 0.61 | 0.05 | 0 | 0.13 | 184.89 | 0.68 | 0.61 |
| Hex | 58 | D4 | DF | 3D | 5 | 0 | D | B9 | 44 | 3D |
| Octal | 130 | 324 | 337 | 75 | 5 | 0 | 15 | 271 | 104 | 75 |
| Binary | 1011000 | 11010100 | 11011111 | 111101 | 101 | 0 | 1101 | 10111001 | 1000100 | 111101 |
Color Harmonies of #58D4DF
Complementary color
Monochromatic Colors of #58D4DF
Black with #58D4DF
Text Example
Text Example
White with #58D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D4DF; }
p { color: rgb(88,212,223); }
H1.HeaderClassName
{
color: #58D4DF;
}
.AnyTagClassName
{
color: #58D4DF;
}
</style>
background-color css
<style>
a { background-color: #58D4DF; }
a { background-color: rgb(88,212,223); }
div.DivClassName
{
background-color: #58D4DF;
}
.BgClassName
{
background-color: #58D4DF;
}
</style>
border-color css
<style>
span { border-color: #58D4DF; }
span { border-color: rgb(88,212,223); }
td.TdClassName
{
border-color: #58D4DF;
}
.TagClassName
{
border-color: #58D4DF;
}
</style>