Shades of Turquoise #27FAC7
Tints of Turquoise #27FAC7
RGB
CMYK
RGB Variations
Color information
#27FAC7 (or 0x27FAC7) is known color: Turquoise. HEX triplet: 27, FA and C7. RGB value is (39,250,199). Sum of RGB (Red+Green+Blue) = 39+250+199=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #27FAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FAC7 is #D80538. Grayscale: #B5B5B5. Windows color (decimal): -14157113 or 13105703. OLE color: 13105703.
HSL color Cylindrical-coordinate representation of color #27FAC7: hue angle of 165.5º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FAC7 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 250 | 199 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.02 |
| HSL | 165.5º | 0.95% | 0.57% | - |
| HSV(B) | 165.5º | 0.84% | 0.98% | - |
| XYZ | 45.33 | 72.93 | 65.72 | - |
| YUV | 181.1 | 138.1 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 250 | 199 | 0.84 | 0 | 0.20 | 0.02 | 165.5 | 0.95 | 0.57 |
| Hex | 27 | FA | C7 | 54 | 0 | 14 | 2 | A5 | 5F | 39 |
| Octal | 47 | 372 | 307 | 124 | 0 | 24 | 2 | 245 | 137 | 71 |
| Binary | 100111 | 11111010 | 11000111 | 1010100 | 0 | 10100 | 10 | 10100101 | 1011111 | 111001 |
Color Harmonies of #27FAC7
Complementary color
Monochromatic Colors of #27FAC7
Black with #27FAC7
Text Example
Text Example
White with #27FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FAC7; }
p { color: rgb(39,250,199); }
H1.HeaderClassName
{
color: #27FAC7;
}
.AnyTagClassName
{
color: #27FAC7;
}
</style>
background-color css
<style>
a { background-color: #27FAC7; }
a { background-color: rgb(39,250,199); }
div.DivClassName
{
background-color: #27FAC7;
}
.BgClassName
{
background-color: #27FAC7;
}
</style>
border-color css
<style>
span { border-color: #27FAC7; }
span { border-color: rgb(39,250,199); }
td.TdClassName
{
border-color: #27FAC7;
}
.TagClassName
{
border-color: #27FAC7;
}
</style>