Shades of Turquoise #27FEC3
Tints of Turquoise #27FEC3
RGB
CMYK
RGB Variations
Color information
#27FEC3 (or 0x27FEC3) is known color: Turquoise. HEX triplet: 27, FE and C3. RGB value is (39,254,195). Sum of RGB (Red+Green+Blue) = 39+254+195=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #27FEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FEC3 is #D8013C. Grayscale: #B7B7B7. Windows color (decimal): -14156093 or 12844583. OLE color: 12844583.
HSL color Cylindrical-coordinate representation of color #27FEC3: hue angle of 163.53º 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 #27FEC3 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 195 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.00 |
| HSL | 163.53º | 0.99% | 0.57% | - |
| HSV(B) | 163.53º | 0.85% | 1% | - |
| XYZ | 46.13 | 75.26 | 63.72 | - |
| YUV | 182.99 | 134.77 | 25.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 195 | 0.85 | 0 | 0.23 | 0.00 | 163.53 | 0.99 | 0.57 |
| Hex | 27 | FE | C3 | 55 | 0 | 17 | 0 | A4 | 63 | 39 |
| Octal | 47 | 376 | 303 | 125 | 0 | 27 | 0 | 244 | 143 | 71 |
| Binary | 100111 | 11111110 | 11000011 | 1010101 | 0 | 10111 | 0 | 10100100 | 1100011 | 111001 |
Color Harmonies of #27FEC3
Complementary color
Monochromatic Colors of #27FEC3
Black with #27FEC3
Text Example
Text Example
White with #27FEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FEC3; }
p { color: rgb(39,254,195); }
H1.HeaderClassName
{
color: #27FEC3;
}
.AnyTagClassName
{
color: #27FEC3;
}
</style>
background-color css
<style>
a { background-color: #27FEC3; }
a { background-color: rgb(39,254,195); }
div.DivClassName
{
background-color: #27FEC3;
}
.BgClassName
{
background-color: #27FEC3;
}
</style>
border-color css
<style>
span { border-color: #27FEC3; }
span { border-color: rgb(39,254,195); }
td.TdClassName
{
border-color: #27FEC3;
}
.TagClassName
{
border-color: #27FEC3;
}
</style>