Shades of Turquoise Blue #5BCDF4
Tints of Turquoise Blue #5BCDF4
RGB
CMYK
RGB Variations
Color information
#5BCDF4 (or 0x5BCDF4) is known color: Turquoise Blue. HEX triplet: 5B, CD and F4. RGB value is (91,205,244). Sum of RGB (Red+Green+Blue) = 91+205+244=540 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.85% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #5BCDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDF4 is #A4320B. Grayscale: #AFAFAF. Windows color (decimal): -10760716 or 16043355. OLE color: 16043355.
HSL color Cylindrical-coordinate representation of color #5BCDF4: hue angle of 195.29º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCDF4 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 205 | 244 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.04 |
| HSL | 195.29º | 0.87% | 0.66% | - |
| HSV(B) | 195.29º | 0.63% | 0.96% | - |
| XYZ | 42.47 | 52.42 | 93.47 | - |
| YUV | 175.36 | 166.73 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 244 | 0.63 | 0.16 | 0 | 0.04 | 195.29 | 0.87 | 0.66 |
| Hex | 5B | CD | F4 | 3F | 10 | 0 | 4 | C3 | 57 | 42 |
| Octal | 133 | 315 | 364 | 77 | 20 | 0 | 4 | 303 | 127 | 102 |
| Binary | 1011011 | 11001101 | 11110100 | 111111 | 10000 | 0 | 100 | 11000011 | 1010111 | 1000010 |
Color Harmonies of #5BCDF4
Complementary color
Monochromatic Colors of #5BCDF4
Black with #5BCDF4
Text Example
Text Example
White with #5BCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDF4; }
p { color: rgb(91,205,244); }
H1.HeaderClassName
{
color: #5BCDF4;
}
.AnyTagClassName
{
color: #5BCDF4;
}
</style>
background-color css
<style>
a { background-color: #5BCDF4; }
a { background-color: rgb(91,205,244); }
div.DivClassName
{
background-color: #5BCDF4;
}
.BgClassName
{
background-color: #5BCDF4;
}
</style>
border-color css
<style>
span { border-color: #5BCDF4; }
span { border-color: rgb(91,205,244); }
td.TdClassName
{
border-color: #5BCDF4;
}
.TagClassName
{
border-color: #5BCDF4;
}
</style>