Shades of Turquoise Blue #58CBF1
Tints of Turquoise Blue #58CBF1
RGB
CMYK
RGB Variations
Color information
#58CBF1 (or 0x58CBF1) is known color: Turquoise Blue. HEX triplet: 58, CB and F1. RGB value is (88,203,241). Sum of RGB (Red+Green+Blue) = 88+203+241=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #58CBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBF1 is #A7340E. Grayscale: #ACACAC. Windows color (decimal): -10957839 or 15846232. OLE color: 15846232.
HSL color Cylindrical-coordinate representation of color #58CBF1: hue angle of 194.9º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CBF1 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 203 | 241 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.05 |
| HSL | 194.9º | 0.85% | 0.65% | - |
| HSV(B) | 194.9º | 0.63% | 0.95% | - |
| XYZ | 41.26 | 51.14 | 90.92 | - |
| YUV | 172.95 | 166.4 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 241 | 0.63 | 0.16 | 0 | 0.05 | 194.9 | 0.85 | 0.65 |
| Hex | 58 | CB | F1 | 3F | 10 | 0 | 5 | C3 | 55 | 41 |
| Octal | 130 | 313 | 361 | 77 | 20 | 0 | 5 | 303 | 125 | 101 |
| Binary | 1011000 | 11001011 | 11110001 | 111111 | 10000 | 0 | 101 | 11000011 | 1010101 | 1000001 |
Color Harmonies of #58CBF1
Complementary color
Monochromatic Colors of #58CBF1
Black with #58CBF1
Text Example
Text Example
White with #58CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CBF1; }
p { color: rgb(88,203,241); }
H1.HeaderClassName
{
color: #58CBF1;
}
.AnyTagClassName
{
color: #58CBF1;
}
</style>
background-color css
<style>
a { background-color: #58CBF1; }
a { background-color: rgb(88,203,241); }
div.DivClassName
{
background-color: #58CBF1;
}
.BgClassName
{
background-color: #58CBF1;
}
</style>
border-color css
<style>
span { border-color: #58CBF1; }
span { border-color: rgb(88,203,241); }
td.TdClassName
{
border-color: #58CBF1;
}
.TagClassName
{
border-color: #58CBF1;
}
</style>