Shades of Turquoise #27FCBB
Tints of Turquoise #27FCBB
RGB
CMYK
RGB Variations
Color information
#27FCBB (or 0x27FCBB) is known color: Turquoise. HEX triplet: 27, FC and BB. RGB value is (39,252,187). Sum of RGB (Red+Green+Blue) = 39+252+187=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCBB is #D80344. Grayscale: #B4B4B4. Windows color (decimal): -14156613 or 12319783. OLE color: 12319783.
HSL color Cylindrical-coordinate representation of color #27FCBB: hue angle of 161.69º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FCBB is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 187 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.01 |
| HSL | 161.69º | 0.97% | 0.57% | - |
| HSV(B) | 161.69º | 0.85% | 0.99% | - |
| XYZ | 44.62 | 73.64 | 58.88 | - |
| YUV | 180.9 | 131.43 | 26.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 187 | 0.85 | 0 | 0.26 | 0.01 | 161.69 | 0.97 | 0.57 |
| Hex | 27 | FC | BB | 55 | 0 | 1A | 1 | A2 | 61 | 39 |
| Octal | 47 | 374 | 273 | 125 | 0 | 32 | 1 | 242 | 141 | 71 |
| Binary | 100111 | 11111100 | 10111011 | 1010101 | 0 | 11010 | 1 | 10100010 | 1100001 | 111001 |
Color Harmonies of #27FCBB
Complementary color
Monochromatic Colors of #27FCBB
Black with #27FCBB
Text Example
Text Example
White with #27FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FCBB; }
p { color: rgb(39,252,187); }
H1.HeaderClassName
{
color: #27FCBB;
}
.AnyTagClassName
{
color: #27FCBB;
}
</style>
background-color css
<style>
a { background-color: #27FCBB; }
a { background-color: rgb(39,252,187); }
div.DivClassName
{
background-color: #27FCBB;
}
.BgClassName
{
background-color: #27FCBB;
}
</style>
border-color css
<style>
span { border-color: #27FCBB; }
span { border-color: rgb(39,252,187); }
td.TdClassName
{
border-color: #27FCBB;
}
.TagClassName
{
border-color: #27FCBB;
}
</style>