Shades of Turquoise Blue #58DAFE
Tints of Turquoise Blue #58DAFE
RGB
CMYK
RGB Variations
Color information
#58DAFE (or 0x58DAFE) is known color: Turquoise Blue. HEX triplet: 58, DA and FE. RGB value is (88,218,254). Sum of RGB (Red+Green+Blue) = 88+218+254=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #58DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DAFE is #A72501. Grayscale: #B6B6B6. Windows color (decimal): -10953986 or 16702040. OLE color: 16702040.
HSL color Cylindrical-coordinate representation of color #58DAFE: hue angle of 193.01º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DAFE is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 218 | 254 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.00 |
| HSL | 193.01º | 0.99% | 0.67% | - |
| HSV(B) | 193.01º | 0.65% | 1% | - |
| XYZ | 46.99 | 59.37 | 102.75 | - |
| YUV | 183.23 | 167.93 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 254 | 0.65 | 0.14 | 0 | 0.00 | 193.01 | 0.99 | 0.67 |
| Hex | 58 | DA | FE | 41 | E | 0 | 0 | C1 | 63 | 43 |
| Octal | 130 | 332 | 376 | 101 | 16 | 0 | 0 | 301 | 143 | 103 |
| Binary | 1011000 | 11011010 | 11111110 | 1000001 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000011 |
Color Harmonies of #58DAFE
Complementary color
Monochromatic Colors of #58DAFE
Black with #58DAFE
Text Example
Text Example
White with #58DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DAFE; }
p { color: rgb(88,218,254); }
H1.HeaderClassName
{
color: #58DAFE;
}
.AnyTagClassName
{
color: #58DAFE;
}
</style>
background-color css
<style>
a { background-color: #58DAFE; }
a { background-color: rgb(88,218,254); }
div.DivClassName
{
background-color: #58DAFE;
}
.BgClassName
{
background-color: #58DAFE;
}
</style>
border-color css
<style>
span { border-color: #58DAFE; }
span { border-color: rgb(88,218,254); }
td.TdClassName
{
border-color: #58DAFE;
}
.TagClassName
{
border-color: #58DAFE;
}
</style>