Shades of Turquoise Blue #58DDF0
Tints of Turquoise Blue #58DDF0
RGB
CMYK
RGB Variations
Color information
#58DDF0 (or 0x58DDF0) is known color: Turquoise Blue. HEX triplet: 58, DD and F0. RGB value is (88,221,240). Sum of RGB (Red+Green+Blue) = 88+221+240=549 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.03% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #58DDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DDF0 is #A7220F. Grayscale: #B7B7B7. Windows color (decimal): -10953232 or 15785304. OLE color: 15785304.
HSL color Cylindrical-coordinate representation of color #58DDF0: hue angle of 187.5º 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 #58DDF0 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 221 | 240 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.06 |
| HSL | 187.5º | 0.84% | 0.64% | - |
| HSV(B) | 187.5º | 0.63% | 0.94% | - |
| XYZ | 45.61 | 60.08 | 91.63 | - |
| YUV | 183.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 240 | 0.63 | 0.08 | 0 | 0.06 | 187.5 | 0.84 | 0.64 |
| Hex | 58 | DD | F0 | 3F | 8 | 0 | 6 | BC | 54 | 40 |
| Octal | 130 | 335 | 360 | 77 | 10 | 0 | 6 | 274 | 124 | 100 |
| Binary | 1011000 | 11011101 | 11110000 | 111111 | 1000 | 0 | 110 | 10111100 | 1010100 | 1000000 |
Color Harmonies of #58DDF0
Complementary color
Monochromatic Colors of #58DDF0
Black with #58DDF0
Text Example
Text Example
White with #58DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDF0; }
p { color: rgb(88,221,240); }
H1.HeaderClassName
{
color: #58DDF0;
}
.AnyTagClassName
{
color: #58DDF0;
}
</style>
background-color css
<style>
a { background-color: #58DDF0; }
a { background-color: rgb(88,221,240); }
div.DivClassName
{
background-color: #58DDF0;
}
.BgClassName
{
background-color: #58DDF0;
}
</style>
border-color css
<style>
span { border-color: #58DDF0; }
span { border-color: rgb(88,221,240); }
td.TdClassName
{
border-color: #58DDF0;
}
.TagClassName
{
border-color: #58DDF0;
}
</style>