Shades of Turquoise Blue #58D6EF
Tints of Turquoise Blue #58D6EF
RGB
CMYK
RGB Variations
Color information
#58D6EF (or 0x58D6EF) is known color: Turquoise Blue. HEX triplet: 58, D6 and EF. RGB value is (88,214,239). Sum of RGB (Red+Green+Blue) = 88+214+239=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #58D6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D6EF is #A72910. Grayscale: #B2B2B2. Windows color (decimal): -10955025 or 15717976. OLE color: 15717976.
HSL color Cylindrical-coordinate representation of color #58D6EF: hue angle of 189.93º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58D6EF is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 214 | 239 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.06 |
| HSL | 189.93º | 0.83% | 0.64% | - |
| HSV(B) | 189.93º | 0.63% | 0.94% | - |
| XYZ | 43.65 | 56.4 | 90.25 | - |
| YUV | 179.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 239 | 0.63 | 0.10 | 0 | 0.06 | 189.93 | 0.83 | 0.64 |
| Hex | 58 | D6 | EF | 3F | A | 0 | 6 | BE | 53 | 40 |
| Octal | 130 | 326 | 357 | 77 | 12 | 0 | 6 | 276 | 123 | 100 |
| Binary | 1011000 | 11010110 | 11101111 | 111111 | 1010 | 0 | 110 | 10111110 | 1010011 | 1000000 |
Color Harmonies of #58D6EF
Complementary color
Monochromatic Colors of #58D6EF
Black with #58D6EF
Text Example
Text Example
White with #58D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D6EF; }
p { color: rgb(88,214,239); }
H1.HeaderClassName
{
color: #58D6EF;
}
.AnyTagClassName
{
color: #58D6EF;
}
</style>
background-color css
<style>
a { background-color: #58D6EF; }
a { background-color: rgb(88,214,239); }
div.DivClassName
{
background-color: #58D6EF;
}
.BgClassName
{
background-color: #58D6EF;
}
</style>
border-color css
<style>
span { border-color: #58D6EF; }
span { border-color: rgb(88,214,239); }
td.TdClassName
{
border-color: #58D6EF;
}
.TagClassName
{
border-color: #58D6EF;
}
</style>