Shades of Turquoise Blue #58DFDD
Tints of Turquoise Blue #58DFDD
RGB
CMYK
RGB Variations
Color information
#58DFDD (or 0x58DFDD) is known color: Turquoise Blue. HEX triplet: 58, DF and DD. RGB value is (88,223,221). Sum of RGB (Red+Green+Blue) = 88+223+221=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFDD is #A72022. Grayscale: #B6B6B6. Windows color (decimal): -10952739 or 14540632. OLE color: 14540632.
HSL color Cylindrical-coordinate representation of color #58DFDD: hue angle of 179.11º 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 #58DFDD is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 221 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 179.11º | 0.68% | 0.61% | - |
| HSV(B) | 179.11º | 0.61% | 0.87% | - |
| XYZ | 43.46 | 60.07 | 77.71 | - |
| YUV | 182.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 221 | 0.61 | 0 | 0.01 | 0.13 | 179.11 | 0.68 | 0.61 |
| Hex | 58 | DF | DD | 3D | 0 | 1 | D | B3 | 44 | 3D |
| Octal | 130 | 337 | 335 | 75 | 0 | 1 | 15 | 263 | 104 | 75 |
| Binary | 1011000 | 11011111 | 11011101 | 111101 | 0 | 1 | 1101 | 10110011 | 1000100 | 111101 |
Color Harmonies of #58DFDD
Complementary color
Monochromatic Colors of #58DFDD
Black with #58DFDD
Text Example
Text Example
White with #58DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFDD; }
p { color: rgb(88,223,221); }
H1.HeaderClassName
{
color: #58DFDD;
}
.AnyTagClassName
{
color: #58DFDD;
}
</style>
background-color css
<style>
a { background-color: #58DFDD; }
a { background-color: rgb(88,223,221); }
div.DivClassName
{
background-color: #58DFDD;
}
.BgClassName
{
background-color: #58DFDD;
}
</style>
border-color css
<style>
span { border-color: #58DFDD; }
span { border-color: rgb(88,223,221); }
td.TdClassName
{
border-color: #58DFDD;
}
.TagClassName
{
border-color: #58DFDD;
}
</style>