Shades of Turquoise #27D8C5
Tints of Turquoise #27D8C5
RGB
CMYK
RGB Variations
Color information
#27D8C5 (or 0x27D8C5) is known color: Turquoise. HEX triplet: 27, D8 and C5. RGB value is (39,216,197). Sum of RGB (Red+Green+Blue) = 39+216+197=452 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.63% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #27D8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8C5 is #D8273A. Grayscale: #A0A0A0. Windows color (decimal): -14165819 or 12965927. OLE color: 12965927.
HSL color Cylindrical-coordinate representation of color #27D8C5: hue angle of 173.56º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D8C5 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 197 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.15 |
| HSL | 173.56º | 0.69% | 0.5% | - |
| HSV(B) | 173.56º | 0.82% | 0.85% | - |
| XYZ | 35.47 | 53.57 | 61.29 | - |
| YUV | 160.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 197 | 0.82 | 0 | 0.09 | 0.15 | 173.56 | 0.69 | 0.5 |
| Hex | 27 | D8 | C5 | 52 | 0 | 9 | F | AE | 45 | 32 |
| Octal | 47 | 330 | 305 | 122 | 0 | 11 | 17 | 256 | 105 | 62 |
| Binary | 100111 | 11011000 | 11000101 | 1010010 | 0 | 1001 | 1111 | 10101110 | 1000101 | 110010 |
Color Harmonies of #27D8C5
Complementary color
Monochromatic Colors of #27D8C5
Black with #27D8C5
Text Example
Text Example
White with #27D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D8C5; }
p { color: rgb(39,216,197); }
H1.HeaderClassName
{
color: #27D8C5;
}
.AnyTagClassName
{
color: #27D8C5;
}
</style>
background-color css
<style>
a { background-color: #27D8C5; }
a { background-color: rgb(39,216,197); }
div.DivClassName
{
background-color: #27D8C5;
}
.BgClassName
{
background-color: #27D8C5;
}
</style>
border-color css
<style>
span { border-color: #27D8C5; }
span { border-color: rgb(39,216,197); }
td.TdClassName
{
border-color: #27D8C5;
}
.TagClassName
{
border-color: #27D8C5;
}
</style>