Shades of Turquoise Blue #58DCFC
Tints of Turquoise Blue #58DCFC
RGB
CMYK
RGB Variations
Color information
#58DCFC (or 0x58DCFC) is known color: Turquoise Blue. HEX triplet: 58, DC and FC. RGB value is (88,220,252). Sum of RGB (Red+Green+Blue) = 88+220+252=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #58DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DCFC is #A72303. Grayscale: #B7B7B7. Windows color (decimal): -10953476 or 16571480. OLE color: 16571480.
HSL color Cylindrical-coordinate representation of color #58DCFC: hue angle of 191.71º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DCFC is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 220 | 252 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.01 |
| HSL | 191.71º | 0.96% | 0.67% | - |
| HSV(B) | 191.71º | 0.65% | 0.99% | - |
| XYZ | 47.19 | 60.29 | 101.25 | - |
| YUV | 184.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 252 | 0.65 | 0.13 | 0 | 0.01 | 191.71 | 0.96 | 0.67 |
| Hex | 58 | DC | FC | 41 | D | 0 | 1 | C0 | 60 | 43 |
| Octal | 130 | 334 | 374 | 101 | 15 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011000 | 11011100 | 11111100 | 1000001 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #58DCFC
Complementary color
Monochromatic Colors of #58DCFC
Black with #58DCFC
Text Example
Text Example
White with #58DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCFC; }
p { color: rgb(88,220,252); }
H1.HeaderClassName
{
color: #58DCFC;
}
.AnyTagClassName
{
color: #58DCFC;
}
</style>
background-color css
<style>
a { background-color: #58DCFC; }
a { background-color: rgb(88,220,252); }
div.DivClassName
{
background-color: #58DCFC;
}
.BgClassName
{
background-color: #58DCFC;
}
</style>
border-color css
<style>
span { border-color: #58DCFC; }
span { border-color: rgb(88,220,252); }
td.TdClassName
{
border-color: #58DCFC;
}
.TagClassName
{
border-color: #58DCFC;
}
</style>