Shades of Turquoise #27FECC
Tints of Turquoise #27FECC
RGB
CMYK
RGB Variations
Color information
#27FECC (or 0x27FECC) is known color: Turquoise. HEX triplet: 27, FE and CC. RGB value is (39,254,204). Sum of RGB (Red+Green+Blue) = 39+254+204=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #27FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FECC is #D80133. Grayscale: #B7B7B7. Windows color (decimal): -14156084 or 13434407. OLE color: 13434407.
HSL color Cylindrical-coordinate representation of color #27FECC: hue angle of 166.05º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FECC is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 204 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.00 |
| HSL | 166.05º | 0.99% | 0.57% | - |
| HSV(B) | 166.05º | 0.85% | 1% | - |
| XYZ | 47.18 | 75.67 | 69.25 | - |
| YUV | 184.02 | 139.27 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 204 | 0.85 | 0 | 0.20 | 0.00 | 166.05 | 0.99 | 0.57 |
| Hex | 27 | FE | CC | 55 | 0 | 14 | 0 | A6 | 63 | 39 |
| Octal | 47 | 376 | 314 | 125 | 0 | 24 | 0 | 246 | 143 | 71 |
| Binary | 100111 | 11111110 | 11001100 | 1010101 | 0 | 10100 | 0 | 10100110 | 1100011 | 111001 |
Color Harmonies of #27FECC
Complementary color
Monochromatic Colors of #27FECC
Black with #27FECC
Text Example
Text Example
White with #27FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FECC; }
p { color: rgb(39,254,204); }
H1.HeaderClassName
{
color: #27FECC;
}
.AnyTagClassName
{
color: #27FECC;
}
</style>
background-color css
<style>
a { background-color: #27FECC; }
a { background-color: rgb(39,254,204); }
div.DivClassName
{
background-color: #27FECC;
}
.BgClassName
{
background-color: #27FECC;
}
</style>
border-color css
<style>
span { border-color: #27FECC; }
span { border-color: rgb(39,254,204); }
td.TdClassName
{
border-color: #27FECC;
}
.TagClassName
{
border-color: #27FECC;
}
</style>