Shades of Turquoise Blue #58DBEF
Tints of Turquoise Blue #58DBEF
RGB
CMYK
RGB Variations
Color information
#58DBEF (or 0x58DBEF) is known color: Turquoise Blue. HEX triplet: 58, DB and EF. RGB value is (88,219,239). Sum of RGB (Red+Green+Blue) = 88+219+239=546 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.12% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #58DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBEF is #A72410. Grayscale: #B5B5B5. Windows color (decimal): -10953745 or 15719256. OLE color: 15719256.
HSL color Cylindrical-coordinate representation of color #58DBEF: hue angle of 187.95º 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 #58DBEF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 219 | 239 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.06 |
| HSL | 187.95º | 0.83% | 0.64% | - |
| HSV(B) | 187.95º | 0.63% | 0.94% | - |
| XYZ | 44.94 | 58.97 | 90.68 | - |
| YUV | 182.11 | 160.1 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 239 | 0.63 | 0.08 | 0 | 0.06 | 187.95 | 0.83 | 0.64 |
| Hex | 58 | DB | EF | 3F | 8 | 0 | 6 | BC | 53 | 40 |
| Octal | 130 | 333 | 357 | 77 | 10 | 0 | 6 | 274 | 123 | 100 |
| Binary | 1011000 | 11011011 | 11101111 | 111111 | 1000 | 0 | 110 | 10111100 | 1010011 | 1000000 |
Color Harmonies of #58DBEF
Complementary color
Monochromatic Colors of #58DBEF
Black with #58DBEF
Text Example
Text Example
White with #58DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBEF; }
p { color: rgb(88,219,239); }
H1.HeaderClassName
{
color: #58DBEF;
}
.AnyTagClassName
{
color: #58DBEF;
}
</style>
background-color css
<style>
a { background-color: #58DBEF; }
a { background-color: rgb(88,219,239); }
div.DivClassName
{
background-color: #58DBEF;
}
.BgClassName
{
background-color: #58DBEF;
}
</style>
border-color css
<style>
span { border-color: #58DBEF; }
span { border-color: rgb(88,219,239); }
td.TdClassName
{
border-color: #58DBEF;
}
.TagClassName
{
border-color: #58DBEF;
}
</style>