Shades of Turquoise Blue #58CAE5
Tints of Turquoise Blue #58CAE5
RGB
CMYK
RGB Variations
Color information
#58CAE5 (or 0x58CAE5) is known color: Turquoise Blue. HEX triplet: 58, CA and E5. RGB value is (88,202,229). Sum of RGB (Red+Green+Blue) = 88+202+229=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #58CAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CAE5 is #A7351A. Grayscale: #AAAAAA. Windows color (decimal): -10958107 or 15059544. OLE color: 15059544.
HSL color Cylindrical-coordinate representation of color #58CAE5: hue angle of 191.49º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58CAE5 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 202 | 229 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.10 |
| HSL | 191.49º | 0.73% | 0.62% | - |
| HSV(B) | 191.49º | 0.62% | 0.9% | - |
| XYZ | 39.29 | 49.97 | 81.7 | - |
| YUV | 170.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 229 | 0.62 | 0.12 | 0 | 0.10 | 191.49 | 0.73 | 0.62 |
| Hex | 58 | CA | E5 | 3E | C | 0 | A | BF | 49 | 3E |
| Octal | 130 | 312 | 345 | 76 | 14 | 0 | 12 | 277 | 111 | 76 |
| Binary | 1011000 | 11001010 | 11100101 | 111110 | 1100 | 0 | 1010 | 10111111 | 1001001 | 111110 |
Color Harmonies of #58CAE5
Complementary color
Monochromatic Colors of #58CAE5
Black with #58CAE5
Text Example
Text Example
White with #58CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CAE5; }
p { color: rgb(88,202,229); }
H1.HeaderClassName
{
color: #58CAE5;
}
.AnyTagClassName
{
color: #58CAE5;
}
</style>
background-color css
<style>
a { background-color: #58CAE5; }
a { background-color: rgb(88,202,229); }
div.DivClassName
{
background-color: #58CAE5;
}
.BgClassName
{
background-color: #58CAE5;
}
</style>
border-color css
<style>
span { border-color: #58CAE5; }
span { border-color: rgb(88,202,229); }
td.TdClassName
{
border-color: #58CAE5;
}
.TagClassName
{
border-color: #58CAE5;
}
</style>