Shades of Turquoise Blue #58DAE6
Tints of Turquoise Blue #58DAE6
RGB
CMYK
RGB Variations
Color information
#58DAE6 (or 0x58DAE6) is known color: Turquoise Blue. HEX triplet: 58, DA and E6. RGB value is (88,218,230). Sum of RGB (Red+Green+Blue) = 88+218+230=536 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.42% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #58DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DAE6 is #A72519. Grayscale: #B4B4B4. Windows color (decimal): -10954010 or 15129176. OLE color: 15129176.
HSL color Cylindrical-coordinate representation of color #58DAE6: hue angle of 185.07º 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 #58DAE6 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 218 | 230 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.10 |
| HSL | 185.07º | 0.74% | 0.62% | - |
| HSV(B) | 185.07º | 0.62% | 0.9% | - |
| XYZ | 43.38 | 57.93 | 83.76 | - |
| YUV | 180.5 | 155.93 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 230 | 0.62 | 0.05 | 0 | 0.10 | 185.07 | 0.74 | 0.62 |
| Hex | 58 | DA | E6 | 3E | 5 | 0 | A | B9 | 4A | 3E |
| Octal | 130 | 332 | 346 | 76 | 5 | 0 | 12 | 271 | 112 | 76 |
| Binary | 1011000 | 11011010 | 11100110 | 111110 | 101 | 0 | 1010 | 10111001 | 1001010 | 111110 |
Color Harmonies of #58DAE6
Complementary color
Monochromatic Colors of #58DAE6
Black with #58DAE6
Text Example
Text Example
White with #58DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DAE6; }
p { color: rgb(88,218,230); }
H1.HeaderClassName
{
color: #58DAE6;
}
.AnyTagClassName
{
color: #58DAE6;
}
</style>
background-color css
<style>
a { background-color: #58DAE6; }
a { background-color: rgb(88,218,230); }
div.DivClassName
{
background-color: #58DAE6;
}
.BgClassName
{
background-color: #58DAE6;
}
</style>
border-color css
<style>
span { border-color: #58DAE6; }
span { border-color: rgb(88,218,230); }
td.TdClassName
{
border-color: #58DAE6;
}
.TagClassName
{
border-color: #58DAE6;
}
</style>