Shades of Turquoise Blue #5DEFEC
Tints of Turquoise Blue #5DEFEC
RGB
CMYK
RGB Variations
Color information
#5DEFEC (or 0x5DEFEC) is known color: Turquoise Blue. HEX triplet: 5D, EF and EC. RGB value is (93,239,236). Sum of RGB (Red+Green+Blue) = 93+239+236=568 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.37% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEFEC is #A21013. Grayscale: #C2C2C2. Windows color (decimal): -10620948 or 15527773. OLE color: 15527773.
HSL color Cylindrical-coordinate representation of color #5DEFEC: hue angle of 178.77º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFEC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 236 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.06 |
| HSL | 178.77º | 0.82% | 0.65% | - |
| HSV(B) | 178.77º | 0.61% | 0.94% | - |
| XYZ | 50.52 | 70.12 | 90.23 | - |
| YUV | 195 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 236 | 0.61 | 0 | 0.01 | 0.06 | 178.77 | 0.82 | 0.65 |
| Hex | 5D | EF | EC | 3D | 0 | 1 | 6 | B3 | 52 | 41 |
| Octal | 135 | 357 | 354 | 75 | 0 | 1 | 6 | 263 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11101100 | 111101 | 0 | 1 | 110 | 10110011 | 1010010 | 1000001 |
Color Harmonies of #5DEFEC
Complementary color
Monochromatic Colors of #5DEFEC
Black with #5DEFEC
Text Example
Text Example
White with #5DEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFEC; }
p { color: rgb(93,239,236); }
H1.HeaderClassName
{
color: #5DEFEC;
}
.AnyTagClassName
{
color: #5DEFEC;
}
</style>
background-color css
<style>
a { background-color: #5DEFEC; }
a { background-color: rgb(93,239,236); }
div.DivClassName
{
background-color: #5DEFEC;
}
.BgClassName
{
background-color: #5DEFEC;
}
</style>
border-color css
<style>
span { border-color: #5DEFEC; }
span { border-color: rgb(93,239,236); }
td.TdClassName
{
border-color: #5DEFEC;
}
.TagClassName
{
border-color: #5DEFEC;
}
</style>