Shades of Turquoise Blue #58DBDF
Tints of Turquoise Blue #58DBDF
RGB
CMYK
RGB Variations
Color information
#58DBDF (or 0x58DBDF) is known color: Turquoise Blue. HEX triplet: 58, DB and DF. RGB value is (88,219,223). Sum of RGB (Red+Green+Blue) = 88+219+223=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #58DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DBDF is #A72420. Grayscale: #B4B4B4. Windows color (decimal): -10953761 or 14670680. OLE color: 14670680.
HSL color Cylindrical-coordinate representation of color #58DBDF: hue angle of 181.78º 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 #58DBDF is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 219 | 223 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.13 |
| HSL | 181.78º | 0.68% | 0.61% | - |
| HSV(B) | 181.78º | 0.61% | 0.87% | - |
| XYZ | 42.68 | 58.07 | 78.77 | - |
| YUV | 180.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 223 | 0.61 | 0.02 | 0 | 0.13 | 181.78 | 0.68 | 0.61 |
| Hex | 58 | DB | DF | 3D | 2 | 0 | D | B6 | 44 | 3D |
| Octal | 130 | 333 | 337 | 75 | 2 | 0 | 15 | 266 | 104 | 75 |
| Binary | 1011000 | 11011011 | 11011111 | 111101 | 10 | 0 | 1101 | 10110110 | 1000100 | 111101 |
Color Harmonies of #58DBDF
Complementary color
Monochromatic Colors of #58DBDF
Black with #58DBDF
Text Example
Text Example
White with #58DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBDF; }
p { color: rgb(88,219,223); }
H1.HeaderClassName
{
color: #58DBDF;
}
.AnyTagClassName
{
color: #58DBDF;
}
</style>
background-color css
<style>
a { background-color: #58DBDF; }
a { background-color: rgb(88,219,223); }
div.DivClassName
{
background-color: #58DBDF;
}
.BgClassName
{
background-color: #58DBDF;
}
</style>
border-color css
<style>
span { border-color: #58DBDF; }
span { border-color: rgb(88,219,223); }
td.TdClassName
{
border-color: #58DBDF;
}
.TagClassName
{
border-color: #58DBDF;
}
</style>