Shades of Turquoise Blue #58DFF8
Tints of Turquoise Blue #58DFF8
RGB
CMYK
RGB Variations
Color information
#58DFF8 (or 0x58DFF8) is known color: Turquoise Blue. HEX triplet: 58, DF and F8. RGB value is (88,223,248). Sum of RGB (Red+Green+Blue) = 88+223+248=559 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.74% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #58DFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFF8 is #A72007. Grayscale: #B9B9B9. Windows color (decimal): -10952712 or 16310104. OLE color: 16310104.
HSL color Cylindrical-coordinate representation of color #58DFF8: hue angle of 189.38º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DFF8 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 223 | 248 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.03 |
| HSL | 189.38º | 0.92% | 0.66% | - |
| HSV(B) | 189.38º | 0.65% | 0.97% | - |
| XYZ | 47.36 | 61.63 | 98.21 | - |
| YUV | 185.49 | 163.27 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 248 | 0.65 | 0.10 | 0 | 0.03 | 189.38 | 0.92 | 0.66 |
| Hex | 58 | DF | F8 | 41 | A | 0 | 3 | BD | 5C | 42 |
| Octal | 130 | 337 | 370 | 101 | 12 | 0 | 3 | 275 | 134 | 102 |
| Binary | 1011000 | 11011111 | 11111000 | 1000001 | 1010 | 0 | 11 | 10111101 | 1011100 | 1000010 |
Color Harmonies of #58DFF8
Complementary color
Monochromatic Colors of #58DFF8
Black with #58DFF8
Text Example
Text Example
White with #58DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFF8; }
p { color: rgb(88,223,248); }
H1.HeaderClassName
{
color: #58DFF8;
}
.AnyTagClassName
{
color: #58DFF8;
}
</style>
background-color css
<style>
a { background-color: #58DFF8; }
a { background-color: rgb(88,223,248); }
div.DivClassName
{
background-color: #58DFF8;
}
.BgClassName
{
background-color: #58DFF8;
}
</style>
border-color css
<style>
span { border-color: #58DFF8; }
span { border-color: rgb(88,223,248); }
td.TdClassName
{
border-color: #58DFF8;
}
.TagClassName
{
border-color: #58DFF8;
}
</style>