Shades of Turquoise Blue #5BDFEF
Tints of Turquoise Blue #5BDFEF
RGB
CMYK
RGB Variations
Color information
#5BDFEF (or 0x5BDFEF) is known color: Turquoise Blue. HEX triplet: 5B, DF and EF. RGB value is (91,223,239). Sum of RGB (Red+Green+Blue) = 91+223+239=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDFEF is #A42010. Grayscale: #B9B9B9. Windows color (decimal): -10756113 or 15720283. OLE color: 15720283.
HSL color Cylindrical-coordinate representation of color #5BDFEF: hue angle of 186.49º 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 #5BDFEF is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 223 | 239 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.06 |
| HSL | 186.49º | 0.82% | 0.65% | - |
| HSV(B) | 186.49º | 0.62% | 0.94% | - |
| XYZ | 46.28 | 61.23 | 91.04 | - |
| YUV | 185.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 239 | 0.62 | 0.07 | 0 | 0.06 | 186.49 | 0.82 | 0.65 |
| Hex | 5B | DF | EF | 3E | 7 | 0 | 6 | BA | 52 | 41 |
| Octal | 133 | 337 | 357 | 76 | 7 | 0 | 6 | 272 | 122 | 101 |
| Binary | 1011011 | 11011111 | 11101111 | 111110 | 111 | 0 | 110 | 10111010 | 1010010 | 1000001 |
Color Harmonies of #5BDFEF
Complementary color
Monochromatic Colors of #5BDFEF
Black with #5BDFEF
Text Example
Text Example
White with #5BDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDFEF; }
p { color: rgb(91,223,239); }
H1.HeaderClassName
{
color: #5BDFEF;
}
.AnyTagClassName
{
color: #5BDFEF;
}
</style>
background-color css
<style>
a { background-color: #5BDFEF; }
a { background-color: rgb(91,223,239); }
div.DivClassName
{
background-color: #5BDFEF;
}
.BgClassName
{
background-color: #5BDFEF;
}
</style>
border-color css
<style>
span { border-color: #5BDFEF; }
span { border-color: rgb(91,223,239); }
td.TdClassName
{
border-color: #5BDFEF;
}
.TagClassName
{
border-color: #5BDFEF;
}
</style>