Shades of Turquoise Blue #58DCFE
Tints of Turquoise Blue #58DCFE
RGB
CMYK
RGB Variations
Color information
#58DCFE (or 0x58DCFE) is known color: Turquoise Blue. HEX triplet: 58, DC and FE. RGB value is (88,220,254). Sum of RGB (Red+Green+Blue) = 88+220+254=562 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.66% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #58DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DCFE is #A72301. Grayscale: #B8B8B8. Windows color (decimal): -10953474 or 16702552. OLE color: 16702552.
HSL color Cylindrical-coordinate representation of color #58DCFE: hue angle of 192.29º 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 #58DCFE is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 220 | 254 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.00 |
| HSL | 192.29º | 0.99% | 0.67% | - |
| HSV(B) | 192.29º | 0.65% | 1% | - |
| XYZ | 47.51 | 60.42 | 102.92 | - |
| YUV | 184.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 254 | 0.65 | 0.13 | 0 | 0.00 | 192.29 | 0.99 | 0.67 |
| Hex | 58 | DC | FE | 41 | D | 0 | 0 | C0 | 63 | 43 |
| Octal | 130 | 334 | 376 | 101 | 15 | 0 | 0 | 300 | 143 | 103 |
| Binary | 1011000 | 11011100 | 11111110 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000011 |
Color Harmonies of #58DCFE
Complementary color
Monochromatic Colors of #58DCFE
Black with #58DCFE
Text Example
Text Example
White with #58DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCFE; }
p { color: rgb(88,220,254); }
H1.HeaderClassName
{
color: #58DCFE;
}
.AnyTagClassName
{
color: #58DCFE;
}
</style>
background-color css
<style>
a { background-color: #58DCFE; }
a { background-color: rgb(88,220,254); }
div.DivClassName
{
background-color: #58DCFE;
}
.BgClassName
{
background-color: #58DCFE;
}
</style>
border-color css
<style>
span { border-color: #58DCFE; }
span { border-color: rgb(88,220,254); }
td.TdClassName
{
border-color: #58DCFE;
}
.TagClassName
{
border-color: #58DCFE;
}
</style>