Shades of Turquoise Blue #58EDF2
Tints of Turquoise Blue #58EDF2
RGB
CMYK
RGB Variations
Color information
#58EDF2 (or 0x58EDF2) is known color: Turquoise Blue. HEX triplet: 58, ED and F2. RGB value is (88,237,242). Sum of RGB (Red+Green+Blue) = 88+237+242=567 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.52% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #58EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EDF2 is #A7120D. Grayscale: #C0C0C0. Windows color (decimal): -10949134 or 15920472. OLE color: 15920472.
HSL color Cylindrical-coordinate representation of color #58EDF2: hue angle of 181.95º 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 #58EDF2 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 237 | 242 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.05 |
| HSL | 181.95º | 0.86% | 0.65% | - |
| HSV(B) | 181.95º | 0.64% | 0.95% | - |
| XYZ | 50.34 | 69.05 | 94.68 | - |
| YUV | 193.02 | 155.64 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 237 | 242 | 0.64 | 0.02 | 0 | 0.05 | 181.95 | 0.86 | 0.65 |
| Hex | 58 | ED | F2 | 40 | 2 | 0 | 5 | B6 | 56 | 41 |
| Octal | 130 | 355 | 362 | 100 | 2 | 0 | 5 | 266 | 126 | 101 |
| Binary | 1011000 | 11101101 | 11110010 | 1000000 | 10 | 0 | 101 | 10110110 | 1010110 | 1000001 |
Color Harmonies of #58EDF2
Complementary color
Monochromatic Colors of #58EDF2
Black with #58EDF2
Text Example
Text Example
White with #58EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EDF2; }
p { color: rgb(88,237,242); }
H1.HeaderClassName
{
color: #58EDF2;
}
.AnyTagClassName
{
color: #58EDF2;
}
</style>
background-color css
<style>
a { background-color: #58EDF2; }
a { background-color: rgb(88,237,242); }
div.DivClassName
{
background-color: #58EDF2;
}
.BgClassName
{
background-color: #58EDF2;
}
</style>
border-color css
<style>
span { border-color: #58EDF2; }
span { border-color: rgb(88,237,242); }
td.TdClassName
{
border-color: #58EDF2;
}
.TagClassName
{
border-color: #58EDF2;
}
</style>