Shades of Turquoise Blue #58DFF0
Tints of Turquoise Blue #58DFF0
RGB
CMYK
RGB Variations
Color information
#58DFF0 (or 0x58DFF0) is known color: Turquoise Blue. HEX triplet: 58, DF and F0. RGB value is (88,223,240). Sum of RGB (Red+Green+Blue) = 88+223+240=551 (72% of max value = 765). Red value is 88 (34.77% from 255 or 15.97% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #58DFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFF0 is #A7200F. Grayscale: #B8B8B8. Windows color (decimal): -10952720 or 15785816. OLE color: 15785816.
HSL color Cylindrical-coordinate representation of color #58DFF0: hue angle of 186.71º 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 #58DFF0 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 223 | 240 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.06 |
| HSL | 186.71º | 0.84% | 0.64% | - |
| HSV(B) | 186.71º | 0.63% | 0.94% | - |
| XYZ | 46.14 | 61.14 | 91.81 | - |
| YUV | 184.57 | 159.27 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 240 | 0.63 | 0.07 | 0 | 0.06 | 186.71 | 0.84 | 0.64 |
| Hex | 58 | DF | F0 | 3F | 7 | 0 | 6 | BB | 54 | 40 |
| Octal | 130 | 337 | 360 | 77 | 7 | 0 | 6 | 273 | 124 | 100 |
| Binary | 1011000 | 11011111 | 11110000 | 111111 | 111 | 0 | 110 | 10111011 | 1010100 | 1000000 |
Color Harmonies of #58DFF0
Complementary color
Monochromatic Colors of #58DFF0
Black with #58DFF0
Text Example
Text Example
White with #58DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFF0; }
p { color: rgb(88,223,240); }
H1.HeaderClassName
{
color: #58DFF0;
}
.AnyTagClassName
{
color: #58DFF0;
}
</style>
background-color css
<style>
a { background-color: #58DFF0; }
a { background-color: rgb(88,223,240); }
div.DivClassName
{
background-color: #58DFF0;
}
.BgClassName
{
background-color: #58DFF0;
}
</style>
border-color css
<style>
span { border-color: #58DFF0; }
span { border-color: rgb(88,223,240); }
td.TdClassName
{
border-color: #58DFF0;
}
.TagClassName
{
border-color: #58DFF0;
}
</style>