Shades of Turquoise Blue #58DDF6
Tints of Turquoise Blue #58DDF6
RGB
CMYK
RGB Variations
Color information
#58DDF6 (or 0x58DDF6) is known color: Turquoise Blue. HEX triplet: 58, DD and F6. RGB value is (88,221,246). Sum of RGB (Red+Green+Blue) = 88+221+246=555 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.86% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #58DDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DDF6 is #A72209. Grayscale: #B7B7B7. Windows color (decimal): -10953226 or 16178520. OLE color: 16178520.
HSL color Cylindrical-coordinate representation of color #58DDF6: hue angle of 189.49º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58DDF6 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 221 | 246 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.04 |
| HSL | 189.49º | 0.9% | 0.65% | - |
| HSV(B) | 189.49º | 0.64% | 0.96% | - |
| XYZ | 46.52 | 60.44 | 96.4 | - |
| YUV | 184.08 | 162.94 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 246 | 0.64 | 0.10 | 0 | 0.04 | 189.49 | 0.9 | 0.65 |
| Hex | 58 | DD | F6 | 40 | A | 0 | 4 | BD | 5A | 41 |
| Octal | 130 | 335 | 366 | 100 | 12 | 0 | 4 | 275 | 132 | 101 |
| Binary | 1011000 | 11011101 | 11110110 | 1000000 | 1010 | 0 | 100 | 10111101 | 1011010 | 1000001 |
Color Harmonies of #58DDF6
Complementary color
Monochromatic Colors of #58DDF6
Black with #58DDF6
Text Example
Text Example
White with #58DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDF6; }
p { color: rgb(88,221,246); }
H1.HeaderClassName
{
color: #58DDF6;
}
.AnyTagClassName
{
color: #58DDF6;
}
</style>
background-color css
<style>
a { background-color: #58DDF6; }
a { background-color: rgb(88,221,246); }
div.DivClassName
{
background-color: #58DDF6;
}
.BgClassName
{
background-color: #58DDF6;
}
</style>
border-color css
<style>
span { border-color: #58DDF6; }
span { border-color: rgb(88,221,246); }
td.TdClassName
{
border-color: #58DDF6;
}
.TagClassName
{
border-color: #58DDF6;
}
</style>