Shades of Turquoise Blue #58DFF6
Tints of Turquoise Blue #58DFF6
RGB
CMYK
RGB Variations
Color information
#58DFF6 (or 0x58DFF6) is known color: Turquoise Blue. HEX triplet: 58, DF and F6. RGB value is (88,223,246). Sum of RGB (Red+Green+Blue) = 88+223+246=557 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.80% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #58DFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFF6 is #A72009. Grayscale: #B9B9B9. Windows color (decimal): -10952714 or 16179032. OLE color: 16179032.
HSL color Cylindrical-coordinate representation of color #58DFF6: hue angle of 188.73º 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 #58DFF6 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 223 | 246 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.04 |
| HSL | 188.73º | 0.9% | 0.65% | - |
| HSV(B) | 188.73º | 0.64% | 0.96% | - |
| XYZ | 47.05 | 61.5 | 96.58 | - |
| YUV | 185.26 | 162.27 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 246 | 0.64 | 0.09 | 0 | 0.04 | 188.73 | 0.9 | 0.65 |
| Hex | 58 | DF | F6 | 40 | 9 | 0 | 4 | BD | 5A | 41 |
| Octal | 130 | 337 | 366 | 100 | 11 | 0 | 4 | 275 | 132 | 101 |
| Binary | 1011000 | 11011111 | 11110110 | 1000000 | 1001 | 0 | 100 | 10111101 | 1011010 | 1000001 |
Color Harmonies of #58DFF6
Complementary color
Monochromatic Colors of #58DFF6
Black with #58DFF6
Text Example
Text Example
White with #58DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFF6; }
p { color: rgb(88,223,246); }
H1.HeaderClassName
{
color: #58DFF6;
}
.AnyTagClassName
{
color: #58DFF6;
}
</style>
background-color css
<style>
a { background-color: #58DFF6; }
a { background-color: rgb(88,223,246); }
div.DivClassName
{
background-color: #58DFF6;
}
.BgClassName
{
background-color: #58DFF6;
}
</style>
border-color css
<style>
span { border-color: #58DFF6; }
span { border-color: rgb(88,223,246); }
td.TdClassName
{
border-color: #58DFF6;
}
.TagClassName
{
border-color: #58DFF6;
}
</style>