Shades of Turquoise Blue #58EEF2
Tints of Turquoise Blue #58EEF2
RGB
CMYK
RGB Variations
Color information
#58EEF2 (or 0x58EEF2) is known color: Turquoise Blue. HEX triplet: 58, EE and F2. RGB value is (88,238,242). Sum of RGB (Red+Green+Blue) = 88+238+242=568 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.49% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #58EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEF2 is #A7110D. Grayscale: #C1C1C1. Windows color (decimal): -10948878 or 15920728. OLE color: 15920728.
HSL color Cylindrical-coordinate representation of color #58EEF2: hue angle of 181.56º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58EEF2 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 238 | 242 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.05 |
| HSL | 181.56º | 0.86% | 0.65% | - |
| HSV(B) | 181.56º | 0.64% | 0.95% | - |
| XYZ | 50.63 | 69.63 | 94.78 | - |
| YUV | 193.61 | 155.31 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 242 | 0.64 | 0.02 | 0 | 0.05 | 181.56 | 0.86 | 0.65 |
| Hex | 58 | EE | F2 | 40 | 2 | 0 | 5 | B6 | 56 | 41 |
| Octal | 130 | 356 | 362 | 100 | 2 | 0 | 5 | 266 | 126 | 101 |
| Binary | 1011000 | 11101110 | 11110010 | 1000000 | 10 | 0 | 101 | 10110110 | 1010110 | 1000001 |
Color Harmonies of #58EEF2
Complementary color
Monochromatic Colors of #58EEF2
Black with #58EEF2
Text Example
Text Example
White with #58EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEF2; }
p { color: rgb(88,238,242); }
H1.HeaderClassName
{
color: #58EEF2;
}
.AnyTagClassName
{
color: #58EEF2;
}
</style>
background-color css
<style>
a { background-color: #58EEF2; }
a { background-color: rgb(88,238,242); }
div.DivClassName
{
background-color: #58EEF2;
}
.BgClassName
{
background-color: #58EEF2;
}
</style>
border-color css
<style>
span { border-color: #58EEF2; }
span { border-color: rgb(88,238,242); }
td.TdClassName
{
border-color: #58EEF2;
}
.TagClassName
{
border-color: #58EEF2;
}
</style>