Shades of Turquoise Blue #58DBFC
Tints of Turquoise Blue #58DBFC
RGB
CMYK
RGB Variations
Color information
#58DBFC (or 0x58DBFC) is known color: Turquoise Blue. HEX triplet: 58, DB and FC. RGB value is (88,219,252). Sum of RGB (Red+Green+Blue) = 88+219+252=559 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.74% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #58DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBFC is #A72403. Grayscale: #B7B7B7. Windows color (decimal): -10953732 or 16571224. OLE color: 16571224.
HSL color Cylindrical-coordinate representation of color #58DBFC: hue angle of 192.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DBFC is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 219 | 252 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.01 |
| HSL | 192.07º | 0.96% | 0.67% | - |
| HSV(B) | 192.07º | 0.65% | 0.99% | - |
| XYZ | 46.93 | 59.77 | 101.16 | - |
| YUV | 183.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 252 | 0.65 | 0.13 | 0 | 0.01 | 192.07 | 0.96 | 0.67 |
| Hex | 58 | DB | FC | 41 | D | 0 | 1 | C0 | 60 | 43 |
| Octal | 130 | 333 | 374 | 101 | 15 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011000 | 11011011 | 11111100 | 1000001 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #58DBFC
Complementary color
Monochromatic Colors of #58DBFC
Black with #58DBFC
Text Example
Text Example
White with #58DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBFC; }
p { color: rgb(88,219,252); }
H1.HeaderClassName
{
color: #58DBFC;
}
.AnyTagClassName
{
color: #58DBFC;
}
</style>
background-color css
<style>
a { background-color: #58DBFC; }
a { background-color: rgb(88,219,252); }
div.DivClassName
{
background-color: #58DBFC;
}
.BgClassName
{
background-color: #58DBFC;
}
</style>
border-color css
<style>
span { border-color: #58DBFC; }
span { border-color: rgb(88,219,252); }
td.TdClassName
{
border-color: #58DBFC;
}
.TagClassName
{
border-color: #58DBFC;
}
</style>