Shades of Turquoise Blue #5BEFDF
Tints of Turquoise Blue #5BEFDF
RGB
CMYK
RGB Variations
Color information
#5BEFDF (or 0x5BEFDF) is known color: Turquoise Blue. HEX triplet: 5B, EF and DF. RGB value is (91,239,223). Sum of RGB (Red+Green+Blue) = 91+239+223=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFDF is #A41020. Grayscale: #C0C0C0. Windows color (decimal): -10752033 or 14675803. OLE color: 14675803.
HSL color Cylindrical-coordinate representation of color #5BEFDF: hue angle of 173.51º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFDF is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 223 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.06 |
| HSL | 173.51º | 0.82% | 0.65% | - |
| HSV(B) | 173.51º | 0.62% | 0.94% | - |
| XYZ | 48.5 | 69.28 | 80.63 | - |
| YUV | 192.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 223 | 0.62 | 0 | 0.07 | 0.06 | 173.51 | 0.82 | 0.65 |
| Hex | 5B | EF | DF | 3E | 0 | 7 | 6 | AE | 52 | 41 |
| Octal | 133 | 357 | 337 | 76 | 0 | 7 | 6 | 256 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11011111 | 111110 | 0 | 111 | 110 | 10101110 | 1010010 | 1000001 |
Color Harmonies of #5BEFDF
Complementary color
Monochromatic Colors of #5BEFDF
Black with #5BEFDF
Text Example
Text Example
White with #5BEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFDF; }
p { color: rgb(91,239,223); }
H1.HeaderClassName
{
color: #5BEFDF;
}
.AnyTagClassName
{
color: #5BEFDF;
}
</style>
background-color css
<style>
a { background-color: #5BEFDF; }
a { background-color: rgb(91,239,223); }
div.DivClassName
{
background-color: #5BEFDF;
}
.BgClassName
{
background-color: #5BEFDF;
}
</style>
border-color css
<style>
span { border-color: #5BEFDF; }
span { border-color: rgb(91,239,223); }
td.TdClassName
{
border-color: #5BEFDF;
}
.TagClassName
{
border-color: #5BEFDF;
}
</style>