Shades of Turquoise Blue #58CFF0
Tints of Turquoise Blue #58CFF0
RGB
CMYK
RGB Variations
Color information
#58CFF0 (or 0x58CFF0) is known color: Turquoise Blue. HEX triplet: 58, CF and F0. RGB value is (88,207,240). Sum of RGB (Red+Green+Blue) = 88+207+240=535 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.45% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #58CFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFF0 is #A7300F. Grayscale: #AEAEAE. Windows color (decimal): -10956816 or 15781720. OLE color: 15781720.
HSL color Cylindrical-coordinate representation of color #58CFF0: hue angle of 193.03º 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 #58CFF0 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 207 | 240 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.06 |
| HSL | 193.03º | 0.84% | 0.64% | - |
| HSV(B) | 193.03º | 0.63% | 0.94% | - |
| XYZ | 42.07 | 52.99 | 90.45 | - |
| YUV | 175.18 | 164.58 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 240 | 0.63 | 0.14 | 0 | 0.06 | 193.03 | 0.84 | 0.64 |
| Hex | 58 | CF | F0 | 3F | E | 0 | 6 | C1 | 54 | 40 |
| Octal | 130 | 317 | 360 | 77 | 16 | 0 | 6 | 301 | 124 | 100 |
| Binary | 1011000 | 11001111 | 11110000 | 111111 | 1110 | 0 | 110 | 11000001 | 1010100 | 1000000 |
Color Harmonies of #58CFF0
Complementary color
Monochromatic Colors of #58CFF0
Black with #58CFF0
Text Example
Text Example
White with #58CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFF0; }
p { color: rgb(88,207,240); }
H1.HeaderClassName
{
color: #58CFF0;
}
.AnyTagClassName
{
color: #58CFF0;
}
</style>
background-color css
<style>
a { background-color: #58CFF0; }
a { background-color: rgb(88,207,240); }
div.DivClassName
{
background-color: #58CFF0;
}
.BgClassName
{
background-color: #58CFF0;
}
</style>
border-color css
<style>
span { border-color: #58CFF0; }
span { border-color: rgb(88,207,240); }
td.TdClassName
{
border-color: #58CFF0;
}
.TagClassName
{
border-color: #58CFF0;
}
</style>