Shades of Turquoise #27FFBE
Tints of Turquoise #27FFBE
RGB
CMYK
RGB Variations
Color information
#27FFBE (or 0x27FFBE) is known color: Turquoise. HEX triplet: 27, FF and BE. RGB value is (39,255,190). Sum of RGB (Red+Green+Blue) = 39+255+190=484 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.06% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFBE is #D80041. Grayscale: #B7B7B7. Windows color (decimal): -14155842 or 12517159. OLE color: 12517159.
HSL color Cylindrical-coordinate representation of color #27FFBE: hue angle of 161.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFBE is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 190 | - |
| CMYK | 0.85 | 0 | 0.25 | 0 |
| HSL | 161.94º | 1% | 0.58% | - |
| HSV(B) | 161.94º | 0.85% | 1% | - |
| XYZ | 45.89 | 75.67 | 60.9 | - |
| YUV | 183.01 | 131.94 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 190 | 0.85 | 0 | 0.25 | 0 | 161.94 | 1 | 0.58 |
| Hex | 27 | FF | BE | 55 | 0 | 19 | 0 | A2 | 64 | 3A |
| Octal | 47 | 377 | 276 | 125 | 0 | 31 | 0 | 242 | 144 | 72 |
| Binary | 100111 | 11111111 | 10111110 | 1010101 | 0 | 11001 | 0 | 10100010 | 1100100 | 111010 |
Color Harmonies of #27FFBE
Complementary color
Monochromatic Colors of #27FFBE
Black with #27FFBE
Text Example
Text Example
White with #27FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFBE; }
p { color: rgb(39,255,190); }
H1.HeaderClassName
{
color: #27FFBE;
}
.AnyTagClassName
{
color: #27FFBE;
}
</style>
background-color css
<style>
a { background-color: #27FFBE; }
a { background-color: rgb(39,255,190); }
div.DivClassName
{
background-color: #27FFBE;
}
.BgClassName
{
background-color: #27FFBE;
}
</style>
border-color css
<style>
span { border-color: #27FFBE; }
span { border-color: rgb(39,255,190); }
td.TdClassName
{
border-color: #27FFBE;
}
.TagClassName
{
border-color: #27FFBE;
}
</style>