Shades of Turquoise Blue #58CDEF
Tints of Turquoise Blue #58CDEF
RGB
CMYK
RGB Variations
Color information
#58CDEF (or 0x58CDEF) is known color: Turquoise Blue. HEX triplet: 58, CD and EF. RGB value is (88,205,239). Sum of RGB (Red+Green+Blue) = 88+205+239=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #58CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CDEF is #A73210. Grayscale: #ADADAD. Windows color (decimal): -10957329 or 15715672. OLE color: 15715672.
HSL color Cylindrical-coordinate representation of color #58CDEF: hue angle of 193.51º degrees, saturation: 0.83, 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 #58CDEF is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 205 | 239 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.06 |
| HSL | 193.51º | 0.83% | 0.64% | - |
| HSV(B) | 193.51º | 0.63% | 0.94% | - |
| XYZ | 41.44 | 51.97 | 89.51 | - |
| YUV | 173.89 | 164.74 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 239 | 0.63 | 0.14 | 0 | 0.06 | 193.51 | 0.83 | 0.64 |
| Hex | 58 | CD | EF | 3F | E | 0 | 6 | C2 | 53 | 40 |
| Octal | 130 | 315 | 357 | 77 | 16 | 0 | 6 | 302 | 123 | 100 |
| Binary | 1011000 | 11001101 | 11101111 | 111111 | 1110 | 0 | 110 | 11000010 | 1010011 | 1000000 |
Color Harmonies of #58CDEF
Complementary color
Monochromatic Colors of #58CDEF
Black with #58CDEF
Text Example
Text Example
White with #58CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDEF; }
p { color: rgb(88,205,239); }
H1.HeaderClassName
{
color: #58CDEF;
}
.AnyTagClassName
{
color: #58CDEF;
}
</style>
background-color css
<style>
a { background-color: #58CDEF; }
a { background-color: rgb(88,205,239); }
div.DivClassName
{
background-color: #58CDEF;
}
.BgClassName
{
background-color: #58CDEF;
}
</style>
border-color css
<style>
span { border-color: #58CDEF; }
span { border-color: rgb(88,205,239); }
td.TdClassName
{
border-color: #58CDEF;
}
.TagClassName
{
border-color: #58CDEF;
}
</style>