Shades of Turquoise Blue #58CFF4
Tints of Turquoise Blue #58CFF4
RGB
CMYK
RGB Variations
Color information
#58CFF4 (or 0x58CFF4) is known color: Turquoise Blue. HEX triplet: 58, CF and F4. RGB value is (88,207,244). Sum of RGB (Red+Green+Blue) = 88+207+244=539 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.33% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #58CFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFF4 is #A7300B. Grayscale: #AFAFAF. Windows color (decimal): -10956812 or 16043864. OLE color: 16043864.
HSL color Cylindrical-coordinate representation of color #58CFF4: hue angle of 194.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CFF4 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 207 | 244 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.04 |
| HSL | 194.23º | 0.88% | 0.65% | - |
| HSV(B) | 194.23º | 0.64% | 0.96% | - |
| XYZ | 42.67 | 53.23 | 93.61 | - |
| YUV | 175.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 244 | 0.64 | 0.15 | 0 | 0.04 | 194.23 | 0.88 | 0.65 |
| Hex | 58 | CF | F4 | 40 | F | 0 | 4 | C2 | 58 | 41 |
| Octal | 130 | 317 | 364 | 100 | 17 | 0 | 4 | 302 | 130 | 101 |
| Binary | 1011000 | 11001111 | 11110100 | 1000000 | 1111 | 0 | 100 | 11000010 | 1011000 | 1000001 |
Color Harmonies of #58CFF4
Complementary color
Monochromatic Colors of #58CFF4
Black with #58CFF4
Text Example
Text Example
White with #58CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFF4; }
p { color: rgb(88,207,244); }
H1.HeaderClassName
{
color: #58CFF4;
}
.AnyTagClassName
{
color: #58CFF4;
}
</style>
background-color css
<style>
a { background-color: #58CFF4; }
a { background-color: rgb(88,207,244); }
div.DivClassName
{
background-color: #58CFF4;
}
.BgClassName
{
background-color: #58CFF4;
}
</style>
border-color css
<style>
span { border-color: #58CFF4; }
span { border-color: rgb(88,207,244); }
td.TdClassName
{
border-color: #58CFF4;
}
.TagClassName
{
border-color: #58CFF4;
}
</style>