Shades of Turquoise Blue #5BD2F2
Tints of Turquoise Blue #5BD2F2
RGB
CMYK
RGB Variations
Color information
#5BD2F2 (or 0x5BD2F2) is known color: Turquoise Blue. HEX triplet: 5B, D2 and F2. RGB value is (91,210,242). Sum of RGB (Red+Green+Blue) = 91+210+242=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BD2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD2F2 is #A42D0D. Grayscale: #B1B1B1. Windows color (decimal): -10759438 or 15913563. OLE color: 15913563.
HSL color Cylindrical-coordinate representation of color #5BD2F2: hue angle of 192.72º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD2F2 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 210 | 242 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.05 |
| HSL | 192.72º | 0.85% | 0.65% | - |
| HSV(B) | 192.72º | 0.62% | 0.95% | - |
| XYZ | 43.39 | 54.73 | 92.28 | - |
| YUV | 178.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 242 | 0.62 | 0.13 | 0 | 0.05 | 192.72 | 0.85 | 0.65 |
| Hex | 5B | D2 | F2 | 3E | D | 0 | 5 | C1 | 55 | 41 |
| Octal | 133 | 322 | 362 | 76 | 15 | 0 | 5 | 301 | 125 | 101 |
| Binary | 1011011 | 11010010 | 11110010 | 111110 | 1101 | 0 | 101 | 11000001 | 1010101 | 1000001 |
Color Harmonies of #5BD2F2
Complementary color
Monochromatic Colors of #5BD2F2
Black with #5BD2F2
Text Example
Text Example
White with #5BD2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2F2; }
p { color: rgb(91,210,242); }
H1.HeaderClassName
{
color: #5BD2F2;
}
.AnyTagClassName
{
color: #5BD2F2;
}
</style>
background-color css
<style>
a { background-color: #5BD2F2; }
a { background-color: rgb(91,210,242); }
div.DivClassName
{
background-color: #5BD2F2;
}
.BgClassName
{
background-color: #5BD2F2;
}
</style>
border-color css
<style>
span { border-color: #5BD2F2; }
span { border-color: rgb(91,210,242); }
td.TdClassName
{
border-color: #5BD2F2;
}
.TagClassName
{
border-color: #5BD2F2;
}
</style>