Shades of Turquoise #5BEFCD
Tints of Turquoise #5BEFCD
RGB
CMYK
RGB Variations
Color information
#5BEFCD (or 0x5BEFCD) is known color: Turquoise. HEX triplet: 5B, EF and CD. RGB value is (91,239,205). Sum of RGB (Red+Green+Blue) = 91+239+205=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFCD is #A41032. Grayscale: #BEBEBE. Windows color (decimal): -10752051 or 13496155. OLE color: 13496155.
HSL color Cylindrical-coordinate representation of color #5BEFCD: hue angle of 166.22º 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 #5BEFCD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 205 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.06 |
| HSL | 166.22º | 0.82% | 0.65% | - |
| HSV(B) | 166.22º | 0.62% | 0.94% | - |
| XYZ | 46.2 | 68.36 | 68.52 | - |
| YUV | 190.87 | 135.97 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 205 | 0.62 | 0 | 0.14 | 0.06 | 166.22 | 0.82 | 0.65 |
| Hex | 5B | EF | CD | 3E | 0 | E | 6 | A6 | 52 | 41 |
| Octal | 133 | 357 | 315 | 76 | 0 | 16 | 6 | 246 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11001101 | 111110 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000001 |
Color Harmonies of #5BEFCD
Complementary color
Monochromatic Colors of #5BEFCD
Black with #5BEFCD
Text Example
Text Example
White with #5BEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFCD; }
p { color: rgb(91,239,205); }
H1.HeaderClassName
{
color: #5BEFCD;
}
.AnyTagClassName
{
color: #5BEFCD;
}
</style>
background-color css
<style>
a { background-color: #5BEFCD; }
a { background-color: rgb(91,239,205); }
div.DivClassName
{
background-color: #5BEFCD;
}
.BgClassName
{
background-color: #5BEFCD;
}
</style>
border-color css
<style>
span { border-color: #5BEFCD; }
span { border-color: rgb(91,239,205); }
td.TdClassName
{
border-color: #5BEFCD;
}
.TagClassName
{
border-color: #5BEFCD;
}
</style>