Shades of Turquoise Blue #5BCFE0
Tints of Turquoise Blue #5BCFE0
RGB
CMYK
RGB Variations
Color information
#5BCFE0 (or 0x5BCFE0) is known color: Turquoise Blue. HEX triplet: 5B, CF and E0. RGB value is (91,207,224). Sum of RGB (Red+Green+Blue) = 91+207+224=522 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.43% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #5BCFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFE0 is #A4301F. Grayscale: #AEAEAE. Windows color (decimal): -10760224 or 14733147. OLE color: 14733147.
HSL color Cylindrical-coordinate representation of color #5BCFE0: hue angle of 187.67º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BCFE0 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 207 | 224 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.12 |
| HSL | 187.67º | 0.68% | 0.62% | - |
| HSV(B) | 187.67º | 0.59% | 0.88% | - |
| XYZ | 40.08 | 52.23 | 78.49 | - |
| YUV | 174.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 224 | 0.59 | 0.08 | 0 | 0.12 | 187.67 | 0.68 | 0.62 |
| Hex | 5B | CF | E0 | 3B | 8 | 0 | C | BC | 44 | 3E |
| Octal | 133 | 317 | 340 | 73 | 10 | 0 | 14 | 274 | 104 | 76 |
| Binary | 1011011 | 11001111 | 11100000 | 111011 | 1000 | 0 | 1100 | 10111100 | 1000100 | 111110 |
Color Harmonies of #5BCFE0
Complementary color
Monochromatic Colors of #5BCFE0
Black with #5BCFE0
Text Example
Text Example
White with #5BCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFE0; }
p { color: rgb(91,207,224); }
H1.HeaderClassName
{
color: #5BCFE0;
}
.AnyTagClassName
{
color: #5BCFE0;
}
</style>
background-color css
<style>
a { background-color: #5BCFE0; }
a { background-color: rgb(91,207,224); }
div.DivClassName
{
background-color: #5BCFE0;
}
.BgClassName
{
background-color: #5BCFE0;
}
</style>
border-color css
<style>
span { border-color: #5BCFE0; }
span { border-color: rgb(91,207,224); }
td.TdClassName
{
border-color: #5BCFE0;
}
.TagClassName
{
border-color: #5BCFE0;
}
</style>