Shades of Turquoise Blue #58DCFD
Tints of Turquoise Blue #58DCFD
RGB
CMYK
RGB Variations
Color information
#58DCFD (or 0x58DCFD) is known color: Turquoise Blue. HEX triplet: 58, DC and FD. RGB value is (88,220,253). Sum of RGB (Red+Green+Blue) = 88+220+253=561 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.69% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #58DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DCFD is #A72302. Grayscale: #B8B8B8. Windows color (decimal): -10953475 or 16637016. OLE color: 16637016.
HSL color Cylindrical-coordinate representation of color #58DCFD: hue angle of 192º degrees, saturation: 0.98, 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 #58DCFD is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 220 | 253 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.01 |
| HSL | 192º | 0.98% | 0.67% | - |
| HSV(B) | 192º | 0.65% | 0.99% | - |
| XYZ | 47.35 | 60.35 | 102.08 | - |
| YUV | 184.29 | 166.77 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 253 | 0.65 | 0.13 | 0 | 0.01 | 192 | 0.98 | 0.67 |
| Hex | 58 | DC | FD | 41 | D | 0 | 1 | C0 | 62 | 43 |
| Octal | 130 | 334 | 375 | 101 | 15 | 0 | 1 | 300 | 142 | 103 |
| Binary | 1011000 | 11011100 | 11111101 | 1000001 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000011 |
Color Harmonies of #58DCFD
Complementary color
Monochromatic Colors of #58DCFD
Black with #58DCFD
Text Example
Text Example
White with #58DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCFD; }
p { color: rgb(88,220,253); }
H1.HeaderClassName
{
color: #58DCFD;
}
.AnyTagClassName
{
color: #58DCFD;
}
</style>
background-color css
<style>
a { background-color: #58DCFD; }
a { background-color: rgb(88,220,253); }
div.DivClassName
{
background-color: #58DCFD;
}
.BgClassName
{
background-color: #58DCFD;
}
</style>
border-color css
<style>
span { border-color: #58DCFD; }
span { border-color: rgb(88,220,253); }
td.TdClassName
{
border-color: #58DCFD;
}
.TagClassName
{
border-color: #58DCFD;
}
</style>