Shades of Turquoise Blue #58DBEE
Tints of Turquoise Blue #58DBEE
RGB
CMYK
RGB Variations
Color information
#58DBEE (or 0x58DBEE) is known color: Turquoise Blue. HEX triplet: 58, DB and EE. RGB value is (88,219,238). Sum of RGB (Red+Green+Blue) = 88+219+238=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #58DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBEE is #A72411. Grayscale: #B5B5B5. Windows color (decimal): -10953746 or 15653720. OLE color: 15653720.
HSL color Cylindrical-coordinate representation of color #58DBEE: hue angle of 187.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58DBEE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 219 | 238 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.07 |
| HSL | 187.6º | 0.82% | 0.64% | - |
| HSV(B) | 187.6º | 0.63% | 0.93% | - |
| XYZ | 44.79 | 58.91 | 89.9 | - |
| YUV | 182 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 238 | 0.63 | 0.08 | 0 | 0.07 | 187.6 | 0.82 | 0.64 |
| Hex | 58 | DB | EE | 3F | 8 | 0 | 7 | BC | 52 | 40 |
| Octal | 130 | 333 | 356 | 77 | 10 | 0 | 7 | 274 | 122 | 100 |
| Binary | 1011000 | 11011011 | 11101110 | 111111 | 1000 | 0 | 111 | 10111100 | 1010010 | 1000000 |
Color Harmonies of #58DBEE
Complementary color
Monochromatic Colors of #58DBEE
Black with #58DBEE
Text Example
Text Example
White with #58DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBEE; }
p { color: rgb(88,219,238); }
H1.HeaderClassName
{
color: #58DBEE;
}
.AnyTagClassName
{
color: #58DBEE;
}
</style>
background-color css
<style>
a { background-color: #58DBEE; }
a { background-color: rgb(88,219,238); }
div.DivClassName
{
background-color: #58DBEE;
}
.BgClassName
{
background-color: #58DBEE;
}
</style>
border-color css
<style>
span { border-color: #58DBEE; }
span { border-color: rgb(88,219,238); }
td.TdClassName
{
border-color: #58DBEE;
}
.TagClassName
{
border-color: #58DBEE;
}
</style>