Shades of Turquoise Blue #58DBE6
Tints of Turquoise Blue #58DBE6
RGB
CMYK
RGB Variations
Color information
#58DBE6 (or 0x58DBE6) is known color: Turquoise Blue. HEX triplet: 58, DB and E6. RGB value is (88,219,230). Sum of RGB (Red+Green+Blue) = 88+219+230=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #58DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBE6 is #A72419. Grayscale: #B4B4B4. Windows color (decimal): -10953754 or 15129432. OLE color: 15129432.
HSL color Cylindrical-coordinate representation of color #58DBE6: hue angle of 184.65º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58DBE6 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 219 | 230 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.10 |
| HSL | 184.65º | 0.74% | 0.62% | - |
| HSV(B) | 184.65º | 0.62% | 0.9% | - |
| XYZ | 43.64 | 58.45 | 83.85 | - |
| YUV | 181.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 230 | 0.62 | 0.05 | 0 | 0.10 | 184.65 | 0.74 | 0.62 |
| Hex | 58 | DB | E6 | 3E | 5 | 0 | A | B9 | 4A | 3E |
| Octal | 130 | 333 | 346 | 76 | 5 | 0 | 12 | 271 | 112 | 76 |
| Binary | 1011000 | 11011011 | 11100110 | 111110 | 101 | 0 | 1010 | 10111001 | 1001010 | 111110 |
Color Harmonies of #58DBE6
Complementary color
Monochromatic Colors of #58DBE6
Black with #58DBE6
Text Example
Text Example
White with #58DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBE6; }
p { color: rgb(88,219,230); }
H1.HeaderClassName
{
color: #58DBE6;
}
.AnyTagClassName
{
color: #58DBE6;
}
</style>
background-color css
<style>
a { background-color: #58DBE6; }
a { background-color: rgb(88,219,230); }
div.DivClassName
{
background-color: #58DBE6;
}
.BgClassName
{
background-color: #58DBE6;
}
</style>
border-color css
<style>
span { border-color: #58DBE6; }
span { border-color: rgb(88,219,230); }
td.TdClassName
{
border-color: #58DBE6;
}
.TagClassName
{
border-color: #58DBE6;
}
</style>