Shades of Turquoise Blue #58CBF2
Tints of Turquoise Blue #58CBF2
RGB
CMYK
RGB Variations
Color information
#58CBF2 (or 0x58CBF2) is known color: Turquoise Blue. HEX triplet: 58, CB and F2. RGB value is (88,203,242). Sum of RGB (Red+Green+Blue) = 88+203+242=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #58CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBF2 is #A7340D. Grayscale: #ACACAC. Windows color (decimal): -10957838 or 15911768. OLE color: 15911768.
HSL color Cylindrical-coordinate representation of color #58CBF2: hue angle of 195.19º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CBF2 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 203 | 242 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.05 |
| HSL | 195.19º | 0.86% | 0.65% | - |
| HSV(B) | 195.19º | 0.64% | 0.95% | - |
| XYZ | 41.41 | 51.2 | 91.7 | - |
| YUV | 173.06 | 166.9 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 242 | 0.64 | 0.16 | 0 | 0.05 | 195.19 | 0.86 | 0.65 |
| Hex | 58 | CB | F2 | 40 | 10 | 0 | 5 | C3 | 56 | 41 |
| Octal | 130 | 313 | 362 | 100 | 20 | 0 | 5 | 303 | 126 | 101 |
| Binary | 1011000 | 11001011 | 11110010 | 1000000 | 10000 | 0 | 101 | 11000011 | 1010110 | 1000001 |
Color Harmonies of #58CBF2
Complementary color
Monochromatic Colors of #58CBF2
Black with #58CBF2
Text Example
Text Example
White with #58CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CBF2; }
p { color: rgb(88,203,242); }
H1.HeaderClassName
{
color: #58CBF2;
}
.AnyTagClassName
{
color: #58CBF2;
}
</style>
background-color css
<style>
a { background-color: #58CBF2; }
a { background-color: rgb(88,203,242); }
div.DivClassName
{
background-color: #58CBF2;
}
.BgClassName
{
background-color: #58CBF2;
}
</style>
border-color css
<style>
span { border-color: #58CBF2; }
span { border-color: rgb(88,203,242); }
td.TdClassName
{
border-color: #58CBF2;
}
.TagClassName
{
border-color: #58CBF2;
}
</style>