Shades of Turquoise Blue #58CBE4
Tints of Turquoise Blue #58CBE4
RGB
CMYK
RGB Variations
Color information
#58CBE4 (or 0x58CBE4) is known color: Turquoise Blue. HEX triplet: 58, CB and E4. RGB value is (88,203,228). Sum of RGB (Red+Green+Blue) = 88+203+228=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #58CBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBE4 is #A7341B. Grayscale: #ABABAB. Windows color (decimal): -10957852 or 14994264. OLE color: 14994264.
HSL color Cylindrical-coordinate representation of color #58CBE4: hue angle of 190.71º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58CBE4 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 203 | 228 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.11 |
| HSL | 190.71º | 0.72% | 0.62% | - |
| HSV(B) | 190.71º | 0.61% | 0.89% | - |
| XYZ | 39.38 | 50.39 | 81.05 | - |
| YUV | 171.47 | 159.9 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 228 | 0.61 | 0.11 | 0 | 0.11 | 190.71 | 0.72 | 0.62 |
| Hex | 58 | CB | E4 | 3D | B | 0 | B | BF | 48 | 3E |
| Octal | 130 | 313 | 344 | 75 | 13 | 0 | 13 | 277 | 110 | 76 |
| Binary | 1011000 | 11001011 | 11100100 | 111101 | 1011 | 0 | 1011 | 10111111 | 1001000 | 111110 |
Color Harmonies of #58CBE4
Complementary color
Monochromatic Colors of #58CBE4
Black with #58CBE4
Text Example
Text Example
White with #58CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CBE4; }
p { color: rgb(88,203,228); }
H1.HeaderClassName
{
color: #58CBE4;
}
.AnyTagClassName
{
color: #58CBE4;
}
</style>
background-color css
<style>
a { background-color: #58CBE4; }
a { background-color: rgb(88,203,228); }
div.DivClassName
{
background-color: #58CBE4;
}
.BgClassName
{
background-color: #58CBE4;
}
</style>
border-color css
<style>
span { border-color: #58CBE4; }
span { border-color: rgb(88,203,228); }
td.TdClassName
{
border-color: #58CBE4;
}
.TagClassName
{
border-color: #58CBE4;
}
</style>