Shades of Turquoise Blue #58CFEF
Tints of Turquoise Blue #58CFEF
RGB
CMYK
RGB Variations
Color information
#58CFEF (or 0x58CFEF) is known color: Turquoise Blue. HEX triplet: 58, CF and EF. RGB value is (88,207,239). Sum of RGB (Red+Green+Blue) = 88+207+239=534 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.48% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #58CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFEF is #A73010. Grayscale: #AEAEAE. Windows color (decimal): -10956817 or 15716184. OLE color: 15716184.
HSL color Cylindrical-coordinate representation of color #58CFEF: hue angle of 192.72º 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 #58CFEF is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 207 | 239 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.06 |
| HSL | 192.72º | 0.83% | 0.64% | - |
| HSV(B) | 192.72º | 0.63% | 0.94% | - |
| XYZ | 41.92 | 52.93 | 89.67 | - |
| YUV | 175.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 239 | 0.63 | 0.13 | 0 | 0.06 | 192.72 | 0.83 | 0.64 |
| Hex | 58 | CF | EF | 3F | D | 0 | 6 | C1 | 53 | 40 |
| Octal | 130 | 317 | 357 | 77 | 15 | 0 | 6 | 301 | 123 | 100 |
| Binary | 1011000 | 11001111 | 11101111 | 111111 | 1101 | 0 | 110 | 11000001 | 1010011 | 1000000 |
Color Harmonies of #58CFEF
Complementary color
Monochromatic Colors of #58CFEF
Black with #58CFEF
Text Example
Text Example
White with #58CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFEF; }
p { color: rgb(88,207,239); }
H1.HeaderClassName
{
color: #58CFEF;
}
.AnyTagClassName
{
color: #58CFEF;
}
</style>
background-color css
<style>
a { background-color: #58CFEF; }
a { background-color: rgb(88,207,239); }
div.DivClassName
{
background-color: #58CFEF;
}
.BgClassName
{
background-color: #58CFEF;
}
</style>
border-color css
<style>
span { border-color: #58CFEF; }
span { border-color: rgb(88,207,239); }
td.TdClassName
{
border-color: #58CFEF;
}
.TagClassName
{
border-color: #58CFEF;
}
</style>