Shades of Turquoise #27FECE
Tints of Turquoise #27FECE
RGB
CMYK
RGB Variations
Color information
#27FECE (or 0x27FECE) is known color: Turquoise. HEX triplet: 27, FE and CE. RGB value is (39,254,206). Sum of RGB (Red+Green+Blue) = 39+254+206=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #27FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FECE is #D80131. Grayscale: #B8B8B8. Windows color (decimal): -14156082 or 13565479. OLE color: 13565479.
HSL color Cylindrical-coordinate representation of color #27FECE: hue angle of 166.6º 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 #27FECE is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 206 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.00 |
| HSL | 166.6º | 0.99% | 0.57% | - |
| HSV(B) | 166.6º | 0.85% | 1% | - |
| XYZ | 47.42 | 75.77 | 70.52 | - |
| YUV | 184.24 | 140.27 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 206 | 0.85 | 0 | 0.19 | 0.00 | 166.6 | 0.99 | 0.57 |
| Hex | 27 | FE | CE | 55 | 0 | 13 | 0 | A7 | 63 | 39 |
| Octal | 47 | 376 | 316 | 125 | 0 | 23 | 0 | 247 | 143 | 71 |
| Binary | 100111 | 11111110 | 11001110 | 1010101 | 0 | 10011 | 0 | 10100111 | 1100011 | 111001 |
Color Harmonies of #27FECE
Complementary color
Monochromatic Colors of #27FECE
Black with #27FECE
Text Example
Text Example
White with #27FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FECE; }
p { color: rgb(39,254,206); }
H1.HeaderClassName
{
color: #27FECE;
}
.AnyTagClassName
{
color: #27FECE;
}
</style>
background-color css
<style>
a { background-color: #27FECE; }
a { background-color: rgb(39,254,206); }
div.DivClassName
{
background-color: #27FECE;
}
.BgClassName
{
background-color: #27FECE;
}
</style>
border-color css
<style>
span { border-color: #27FECE; }
span { border-color: rgb(39,254,206); }
td.TdClassName
{
border-color: #27FECE;
}
.TagClassName
{
border-color: #27FECE;
}
</style>