Shades of Turquoise Blue #58D4EA
Tints of Turquoise Blue #58D4EA
RGB
CMYK
RGB Variations
Color information
#58D4EA (or 0x58D4EA) is known color: Turquoise Blue. HEX triplet: 58, D4 and EA. RGB value is (88,212,234). Sum of RGB (Red+Green+Blue) = 88+212+234=534 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.48% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #58D4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D4EA is #A72B15. Grayscale: #B1B1B1. Windows color (decimal): -10955542 or 15389784. OLE color: 15389784.
HSL color Cylindrical-coordinate representation of color #58D4EA: hue angle of 189.04º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58D4EA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 212 | 234 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.08 |
| HSL | 189.04º | 0.78% | 0.63% | - |
| HSV(B) | 189.04º | 0.62% | 0.92% | - |
| XYZ | 42.42 | 55.1 | 86.24 | - |
| YUV | 177.43 | 159.92 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 212 | 234 | 0.62 | 0.09 | 0 | 0.08 | 189.04 | 0.78 | 0.63 |
| Hex | 58 | D4 | EA | 3E | 9 | 0 | 8 | BD | 4E | 3F |
| Octal | 130 | 324 | 352 | 76 | 11 | 0 | 10 | 275 | 116 | 77 |
| Binary | 1011000 | 11010100 | 11101010 | 111110 | 1001 | 0 | 1000 | 10111101 | 1001110 | 111111 |
Color Harmonies of #58D4EA
Complementary color
Monochromatic Colors of #58D4EA
Black with #58D4EA
Text Example
Text Example
White with #58D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D4EA; }
p { color: rgb(88,212,234); }
H1.HeaderClassName
{
color: #58D4EA;
}
.AnyTagClassName
{
color: #58D4EA;
}
</style>
background-color css
<style>
a { background-color: #58D4EA; }
a { background-color: rgb(88,212,234); }
div.DivClassName
{
background-color: #58D4EA;
}
.BgClassName
{
background-color: #58D4EA;
}
</style>
border-color css
<style>
span { border-color: #58D4EA; }
span { border-color: rgb(88,212,234); }
td.TdClassName
{
border-color: #58D4EA;
}
.TagClassName
{
border-color: #58D4EA;
}
</style>