Shades of Turquoise Blue #58CEED
Tints of Turquoise Blue #58CEED
RGB
CMYK
RGB Variations
Color information
#58CEED (or 0x58CEED) is known color: Turquoise Blue. HEX triplet: 58, CE and ED. RGB value is (88,206,237). Sum of RGB (Red+Green+Blue) = 88+206+237=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #58CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CEED is #A73112. Grayscale: #AEAEAE. Windows color (decimal): -10957075 or 15584856. OLE color: 15584856.
HSL color Cylindrical-coordinate representation of color #58CEED: hue angle of 192.48º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CEED is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 206 | 237 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.07 |
| HSL | 192.48º | 0.81% | 0.64% | - |
| HSV(B) | 192.48º | 0.63% | 0.93% | - |
| XYZ | 41.38 | 52.33 | 88.04 | - |
| YUV | 174.25 | 163.41 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 237 | 0.63 | 0.13 | 0 | 0.07 | 192.48 | 0.81 | 0.64 |
| Hex | 58 | CE | ED | 3F | D | 0 | 7 | C0 | 51 | 40 |
| Octal | 130 | 316 | 355 | 77 | 15 | 0 | 7 | 300 | 121 | 100 |
| Binary | 1011000 | 11001110 | 11101101 | 111111 | 1101 | 0 | 111 | 11000000 | 1010001 | 1000000 |
Color Harmonies of #58CEED
Complementary color
Monochromatic Colors of #58CEED
Black with #58CEED
Text Example
Text Example
White with #58CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CEED; }
p { color: rgb(88,206,237); }
H1.HeaderClassName
{
color: #58CEED;
}
.AnyTagClassName
{
color: #58CEED;
}
</style>
background-color css
<style>
a { background-color: #58CEED; }
a { background-color: rgb(88,206,237); }
div.DivClassName
{
background-color: #58CEED;
}
.BgClassName
{
background-color: #58CEED;
}
</style>
border-color css
<style>
span { border-color: #58CEED; }
span { border-color: rgb(88,206,237); }
td.TdClassName
{
border-color: #58CEED;
}
.TagClassName
{
border-color: #58CEED;
}
</style>