Shades of Turquoise #27FFC3
Tints of Turquoise #27FFC3
RGB
CMYK
RGB Variations
Color information
#27FFC3 (or 0x27FFC3) is known color: Turquoise. HEX triplet: 27, FF and C3. RGB value is (39,255,195). Sum of RGB (Red+Green+Blue) = 39+255+195=489 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.98% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFC3 is #D8003C. Grayscale: #B7B7B7. Windows color (decimal): -14155837 or 12844839. OLE color: 12844839.
HSL color Cylindrical-coordinate representation of color #27FFC3: hue angle of 163.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFC3 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 195 | - |
| CMYK | 0.85 | 0 | 0.24 | 0 |
| HSL | 163.33º | 1% | 0.58% | - |
| HSV(B) | 163.33º | 0.85% | 1% | - |
| XYZ | 46.45 | 75.89 | 63.83 | - |
| YUV | 183.58 | 134.44 | 24.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 195 | 0.85 | 0 | 0.24 | 0 | 163.33 | 1 | 0.58 |
| Hex | 27 | FF | C3 | 55 | 0 | 18 | 0 | A3 | 64 | 3A |
| Octal | 47 | 377 | 303 | 125 | 0 | 30 | 0 | 243 | 144 | 72 |
| Binary | 100111 | 11111111 | 11000011 | 1010101 | 0 | 11000 | 0 | 10100011 | 1100100 | 111010 |
Color Harmonies of #27FFC3
Complementary color
Monochromatic Colors of #27FFC3
Black with #27FFC3
Text Example
Text Example
White with #27FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFC3; }
p { color: rgb(39,255,195); }
H1.HeaderClassName
{
color: #27FFC3;
}
.AnyTagClassName
{
color: #27FFC3;
}
</style>
background-color css
<style>
a { background-color: #27FFC3; }
a { background-color: rgb(39,255,195); }
div.DivClassName
{
background-color: #27FFC3;
}
.BgClassName
{
background-color: #27FFC3;
}
</style>
border-color css
<style>
span { border-color: #27FFC3; }
span { border-color: rgb(39,255,195); }
td.TdClassName
{
border-color: #27FFC3;
}
.TagClassName
{
border-color: #27FFC3;
}
</style>