Shades of Turquoise Blue #58EEF1
Tints of Turquoise Blue #58EEF1
RGB
CMYK
RGB Variations
Color information
#58EEF1 (or 0x58EEF1) is known color: Turquoise Blue. HEX triplet: 58, EE and F1. RGB value is (88,238,241). Sum of RGB (Red+Green+Blue) = 88+238+241=567 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.52% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #58EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEF1 is #A7110E. Grayscale: #C1C1C1. Windows color (decimal): -10948879 or 15855192. OLE color: 15855192.
HSL color Cylindrical-coordinate representation of color #58EEF1: hue angle of 181.18º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EEF1 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 238 | 241 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.05 |
| HSL | 181.18º | 0.85% | 0.65% | - |
| HSV(B) | 181.18º | 0.63% | 0.95% | - |
| XYZ | 50.48 | 69.57 | 93.99 | - |
| YUV | 193.49 | 154.81 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 241 | 0.63 | 0.01 | 0 | 0.05 | 181.18 | 0.85 | 0.65 |
| Hex | 58 | EE | F1 | 3F | 1 | 0 | 5 | B5 | 55 | 41 |
| Octal | 130 | 356 | 361 | 77 | 1 | 0 | 5 | 265 | 125 | 101 |
| Binary | 1011000 | 11101110 | 11110001 | 111111 | 1 | 0 | 101 | 10110101 | 1010101 | 1000001 |
Color Harmonies of #58EEF1
Complementary color
Monochromatic Colors of #58EEF1
Black with #58EEF1
Text Example
Text Example
White with #58EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEF1; }
p { color: rgb(88,238,241); }
H1.HeaderClassName
{
color: #58EEF1;
}
.AnyTagClassName
{
color: #58EEF1;
}
</style>
background-color css
<style>
a { background-color: #58EEF1; }
a { background-color: rgb(88,238,241); }
div.DivClassName
{
background-color: #58EEF1;
}
.BgClassName
{
background-color: #58EEF1;
}
</style>
border-color css
<style>
span { border-color: #58EEF1; }
span { border-color: rgb(88,238,241); }
td.TdClassName
{
border-color: #58EEF1;
}
.TagClassName
{
border-color: #58EEF1;
}
</style>