Shades of Turquoise Blue #58DBFB
Tints of Turquoise Blue #58DBFB
RGB
CMYK
RGB Variations
Color information
#58DBFB (or 0x58DBFB) is known color: Turquoise Blue. HEX triplet: 58, DB and FB. RGB value is (88,219,251). Sum of RGB (Red+Green+Blue) = 88+219+251=558 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.77% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #58DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBFB is #A72404. Grayscale: #B7B7B7. Windows color (decimal): -10953733 or 16505688. OLE color: 16505688.
HSL color Cylindrical-coordinate representation of color #58DBFB: hue angle of 191.78º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DBFB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 219 | 251 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.02 |
| HSL | 191.78º | 0.95% | 0.66% | - |
| HSV(B) | 191.78º | 0.65% | 0.98% | - |
| XYZ | 46.77 | 59.7 | 100.33 | - |
| YUV | 183.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 251 | 0.65 | 0.13 | 0 | 0.02 | 191.78 | 0.95 | 0.66 |
| Hex | 58 | DB | FB | 41 | D | 0 | 2 | C0 | 5F | 42 |
| Octal | 130 | 333 | 373 | 101 | 15 | 0 | 2 | 300 | 137 | 102 |
| Binary | 1011000 | 11011011 | 11111011 | 1000001 | 1101 | 0 | 10 | 11000000 | 1011111 | 1000010 |
Color Harmonies of #58DBFB
Complementary color
Monochromatic Colors of #58DBFB
Black with #58DBFB
Text Example
Text Example
White with #58DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBFB; }
p { color: rgb(88,219,251); }
H1.HeaderClassName
{
color: #58DBFB;
}
.AnyTagClassName
{
color: #58DBFB;
}
</style>
background-color css
<style>
a { background-color: #58DBFB; }
a { background-color: rgb(88,219,251); }
div.DivClassName
{
background-color: #58DBFB;
}
.BgClassName
{
background-color: #58DBFB;
}
</style>
border-color css
<style>
span { border-color: #58DBFB; }
span { border-color: rgb(88,219,251); }
td.TdClassName
{
border-color: #58DBFB;
}
.TagClassName
{
border-color: #58DBFB;
}
</style>