Shades of Turquoise #5BEFD4
Tints of Turquoise #5BEFD4
RGB
CMYK
RGB Variations
Color information
#5BEFD4 (or 0x5BEFD4) is known color: Turquoise. HEX triplet: 5B, EF and D4. RGB value is (91,239,212). Sum of RGB (Red+Green+Blue) = 91+239+212=542 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.79% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFD4 is #A4102B. Grayscale: #BFBFBF. Windows color (decimal): -10752044 or 13954907. OLE color: 13954907.
HSL color Cylindrical-coordinate representation of color #5BEFD4: hue angle of 169.05º 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 #5BEFD4 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 212 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.06 |
| HSL | 169.05º | 0.82% | 0.65% | - |
| HSV(B) | 169.05º | 0.62% | 0.94% | - |
| XYZ | 47.06 | 68.71 | 73.07 | - |
| YUV | 191.67 | 139.47 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 212 | 0.62 | 0 | 0.11 | 0.06 | 169.05 | 0.82 | 0.65 |
| Hex | 5B | EF | D4 | 3E | 0 | B | 6 | A9 | 52 | 41 |
| Octal | 133 | 357 | 324 | 76 | 0 | 13 | 6 | 251 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11010100 | 111110 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000001 |
Color Harmonies of #5BEFD4
Complementary color
Monochromatic Colors of #5BEFD4
Black with #5BEFD4
Text Example
Text Example
White with #5BEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFD4; }
p { color: rgb(91,239,212); }
H1.HeaderClassName
{
color: #5BEFD4;
}
.AnyTagClassName
{
color: #5BEFD4;
}
</style>
background-color css
<style>
a { background-color: #5BEFD4; }
a { background-color: rgb(91,239,212); }
div.DivClassName
{
background-color: #5BEFD4;
}
.BgClassName
{
background-color: #5BEFD4;
}
</style>
border-color css
<style>
span { border-color: #5BEFD4; }
span { border-color: rgb(91,239,212); }
td.TdClassName
{
border-color: #5BEFD4;
}
.TagClassName
{
border-color: #5BEFD4;
}
</style>