Shades of Turquoise Blue #58CBF0
Tints of Turquoise Blue #58CBF0
RGB
CMYK
RGB Variations
Color information
#58CBF0 (or 0x58CBF0) is known color: Turquoise Blue. HEX triplet: 58, CB and F0. RGB value is (88,203,240). Sum of RGB (Red+Green+Blue) = 88+203+240=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #58CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBF0 is #A7340F. Grayscale: #ACACAC. Windows color (decimal): -10957840 or 15780696. OLE color: 15780696.
HSL color Cylindrical-coordinate representation of color #58CBF0: hue angle of 194.61º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CBF0 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 203 | 240 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.06 |
| HSL | 194.61º | 0.84% | 0.64% | - |
| HSV(B) | 194.61º | 0.63% | 0.94% | - |
| XYZ | 41.11 | 51.08 | 90.13 | - |
| YUV | 172.83 | 165.9 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 240 | 0.63 | 0.15 | 0 | 0.06 | 194.61 | 0.84 | 0.64 |
| Hex | 58 | CB | F0 | 3F | F | 0 | 6 | C3 | 54 | 40 |
| Octal | 130 | 313 | 360 | 77 | 17 | 0 | 6 | 303 | 124 | 100 |
| Binary | 1011000 | 11001011 | 11110000 | 111111 | 1111 | 0 | 110 | 11000011 | 1010100 | 1000000 |
Color Harmonies of #58CBF0
Complementary color
Monochromatic Colors of #58CBF0
Black with #58CBF0
Text Example
Text Example
White with #58CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CBF0; }
p { color: rgb(88,203,240); }
H1.HeaderClassName
{
color: #58CBF0;
}
.AnyTagClassName
{
color: #58CBF0;
}
</style>
background-color css
<style>
a { background-color: #58CBF0; }
a { background-color: rgb(88,203,240); }
div.DivClassName
{
background-color: #58CBF0;
}
.BgClassName
{
background-color: #58CBF0;
}
</style>
border-color css
<style>
span { border-color: #58CBF0; }
span { border-color: rgb(88,203,240); }
td.TdClassName
{
border-color: #58CBF0;
}
.TagClassName
{
border-color: #58CBF0;
}
</style>