Shades of Turquoise #27FFBD
Tints of Turquoise #27FFBD
RGB
CMYK
RGB Variations
Color information
#27FFBD (or 0x27FFBD) is known color: Turquoise. HEX triplet: 27, FF and BD. RGB value is (39,255,189). Sum of RGB (Red+Green+Blue) = 39+255+189=483 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.07% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFBD is #D80042. Grayscale: #B6B6B6. Windows color (decimal): -14155843 or 12451623. OLE color: 12451623.
HSL color Cylindrical-coordinate representation of color #27FFBD: hue angle of 161.67º 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 #27FFBD is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 189 | - |
| CMYK | 0.85 | 0 | 0.26 | 0 |
| HSL | 161.67º | 1% | 0.58% | - |
| HSV(B) | 161.67º | 0.85% | 1% | - |
| XYZ | 45.78 | 75.63 | 60.33 | - |
| YUV | 182.89 | 131.44 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 189 | 0.85 | 0 | 0.26 | 0 | 161.67 | 1 | 0.58 |
| Hex | 27 | FF | BD | 55 | 0 | 1A | 0 | A2 | 64 | 3A |
| Octal | 47 | 377 | 275 | 125 | 0 | 32 | 0 | 242 | 144 | 72 |
| Binary | 100111 | 11111111 | 10111101 | 1010101 | 0 | 11010 | 0 | 10100010 | 1100100 | 111010 |
Color Harmonies of #27FFBD
Complementary color
Monochromatic Colors of #27FFBD
Black with #27FFBD
Text Example
Text Example
White with #27FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFBD; }
p { color: rgb(39,255,189); }
H1.HeaderClassName
{
color: #27FFBD;
}
.AnyTagClassName
{
color: #27FFBD;
}
</style>
background-color css
<style>
a { background-color: #27FFBD; }
a { background-color: rgb(39,255,189); }
div.DivClassName
{
background-color: #27FFBD;
}
.BgClassName
{
background-color: #27FFBD;
}
</style>
border-color css
<style>
span { border-color: #27FFBD; }
span { border-color: rgb(39,255,189); }
td.TdClassName
{
border-color: #27FFBD;
}
.TagClassName
{
border-color: #27FFBD;
}
</style>