Shades of Turquoise Blue #58CCE0
Tints of Turquoise Blue #58CCE0
RGB
CMYK
RGB Variations
Color information
#58CCE0 (or 0x58CCE0) is known color: Turquoise Blue. HEX triplet: 58, CC and E0. RGB value is (88,204,224). Sum of RGB (Red+Green+Blue) = 88+204+224=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #58CCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCE0 is #A7331F. Grayscale: #ABABAB. Windows color (decimal): -10957600 or 14732376. OLE color: 14732376.
HSL color Cylindrical-coordinate representation of color #58CCE0: hue angle of 188.82º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58CCE0 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 204 | 224 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.12 |
| HSL | 188.82º | 0.69% | 0.61% | - |
| HSV(B) | 188.82º | 0.61% | 0.88% | - |
| XYZ | 39.07 | 50.64 | 78.24 | - |
| YUV | 171.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 224 | 0.61 | 0.09 | 0 | 0.12 | 188.82 | 0.69 | 0.61 |
| Hex | 58 | CC | E0 | 3D | 9 | 0 | C | BD | 45 | 3D |
| Octal | 130 | 314 | 340 | 75 | 11 | 0 | 14 | 275 | 105 | 75 |
| Binary | 1011000 | 11001100 | 11100000 | 111101 | 1001 | 0 | 1100 | 10111101 | 1000101 | 111101 |
Color Harmonies of #58CCE0
Complementary color
Monochromatic Colors of #58CCE0
Black with #58CCE0
Text Example
Text Example
White with #58CCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CCE0; }
p { color: rgb(88,204,224); }
H1.HeaderClassName
{
color: #58CCE0;
}
.AnyTagClassName
{
color: #58CCE0;
}
</style>
background-color css
<style>
a { background-color: #58CCE0; }
a { background-color: rgb(88,204,224); }
div.DivClassName
{
background-color: #58CCE0;
}
.BgClassName
{
background-color: #58CCE0;
}
</style>
border-color css
<style>
span { border-color: #58CCE0; }
span { border-color: rgb(88,204,224); }
td.TdClassName
{
border-color: #58CCE0;
}
.TagClassName
{
border-color: #58CCE0;
}
</style>