Shades of Turquoise Blue #5BCCEF
Tints of Turquoise Blue #5BCCEF
RGB
CMYK
RGB Variations
Color information
#5BCCEF (or 0x5BCCEF) is known color: Turquoise Blue. HEX triplet: 5B, CC and EF. RGB value is (91,204,239). Sum of RGB (Red+Green+Blue) = 91+204+239=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 204 (80.08% from 255 or 38.20% 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 #5BCCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCEF is #A43310. Grayscale: #ADADAD. Windows color (decimal): -10760977 or 15715419. OLE color: 15715419.
HSL color Cylindrical-coordinate representation of color #5BCCEF: hue angle of 194.19º 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 #5BCCEF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 204 | 239 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.06 |
| HSL | 194.19º | 0.82% | 0.65% | - |
| HSV(B) | 194.19º | 0.62% | 0.94% | - |
| XYZ | 41.49 | 51.64 | 89.44 | - |
| YUV | 174.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 239 | 0.62 | 0.15 | 0 | 0.06 | 194.19 | 0.82 | 0.65 |
| Hex | 5B | CC | EF | 3E | F | 0 | 6 | C2 | 52 | 41 |
| Octal | 133 | 314 | 357 | 76 | 17 | 0 | 6 | 302 | 122 | 101 |
| Binary | 1011011 | 11001100 | 11101111 | 111110 | 1111 | 0 | 110 | 11000010 | 1010010 | 1000001 |
Color Harmonies of #5BCCEF
Complementary color
Monochromatic Colors of #5BCCEF
Black with #5BCCEF
Text Example
Text Example
White with #5BCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCEF; }
p { color: rgb(91,204,239); }
H1.HeaderClassName
{
color: #5BCCEF;
}
.AnyTagClassName
{
color: #5BCCEF;
}
</style>
background-color css
<style>
a { background-color: #5BCCEF; }
a { background-color: rgb(91,204,239); }
div.DivClassName
{
background-color: #5BCCEF;
}
.BgClassName
{
background-color: #5BCCEF;
}
</style>
border-color css
<style>
span { border-color: #5BCCEF; }
span { border-color: rgb(91,204,239); }
td.TdClassName
{
border-color: #5BCCEF;
}
.TagClassName
{
border-color: #5BCCEF;
}
</style>