Shades of Turquoise #27FCBE
Tints of Turquoise #27FCBE
RGB
CMYK
RGB Variations
Color information
#27FCBE (or 0x27FCBE) is known color: Turquoise. HEX triplet: 27, FC and BE. RGB value is (39,252,190). Sum of RGB (Red+Green+Blue) = 39+252+190=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCBE is #D80341. Grayscale: #B5B5B5. Windows color (decimal): -14156610 or 12516391. OLE color: 12516391.
HSL color Cylindrical-coordinate representation of color #27FCBE: hue angle of 162.54º 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 #27FCBE is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 190 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.01 |
| HSL | 162.54º | 0.97% | 0.57% | - |
| HSV(B) | 162.54º | 0.85% | 0.99% | - |
| XYZ | 44.94 | 73.77 | 60.59 | - |
| YUV | 181.25 | 132.93 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 190 | 0.85 | 0 | 0.25 | 0.01 | 162.54 | 0.97 | 0.57 |
| Hex | 27 | FC | BE | 55 | 0 | 19 | 1 | A3 | 61 | 39 |
| Octal | 47 | 374 | 276 | 125 | 0 | 31 | 1 | 243 | 141 | 71 |
| Binary | 100111 | 11111100 | 10111110 | 1010101 | 0 | 11001 | 1 | 10100011 | 1100001 | 111001 |
Color Harmonies of #27FCBE
Complementary color
Monochromatic Colors of #27FCBE
Black with #27FCBE
Text Example
Text Example
White with #27FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FCBE; }
p { color: rgb(39,252,190); }
H1.HeaderClassName
{
color: #27FCBE;
}
.AnyTagClassName
{
color: #27FCBE;
}
</style>
background-color css
<style>
a { background-color: #27FCBE; }
a { background-color: rgb(39,252,190); }
div.DivClassName
{
background-color: #27FCBE;
}
.BgClassName
{
background-color: #27FCBE;
}
</style>
border-color css
<style>
span { border-color: #27FCBE; }
span { border-color: rgb(39,252,190); }
td.TdClassName
{
border-color: #27FCBE;
}
.TagClassName
{
border-color: #27FCBE;
}
</style>