Shades of Turquoise #27D8C8
Tints of Turquoise #27D8C8
RGB
CMYK
RGB Variations
Color information
#27D8C8 (or 0x27D8C8) is known color: Turquoise. HEX triplet: 27, D8 and C8. RGB value is (39,216,200). Sum of RGB (Red+Green+Blue) = 39+216+200=455 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.57% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #27D8C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8C8 is #D82737. Grayscale: #A1A1A1. Windows color (decimal): -14165816 or 13162535. OLE color: 13162535.
HSL color Cylindrical-coordinate representation of color #27D8C8: hue angle of 174.58º 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 #27D8C8 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 200 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.15 |
| HSL | 174.58º | 0.69% | 0.5% | - |
| HSV(B) | 174.58º | 0.82% | 0.85% | - |
| XYZ | 35.82 | 53.71 | 63.12 | - |
| YUV | 161.25 | 149.86 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 200 | 0.82 | 0 | 0.07 | 0.15 | 174.58 | 0.69 | 0.5 |
| Hex | 27 | D8 | C8 | 52 | 0 | 7 | F | AF | 45 | 32 |
| Octal | 47 | 330 | 310 | 122 | 0 | 7 | 17 | 257 | 105 | 62 |
| Binary | 100111 | 11011000 | 11001000 | 1010010 | 0 | 111 | 1111 | 10101111 | 1000101 | 110010 |
Color Harmonies of #27D8C8
Complementary color
Monochromatic Colors of #27D8C8
Black with #27D8C8
Text Example
Text Example
White with #27D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D8C8; }
p { color: rgb(39,216,200); }
H1.HeaderClassName
{
color: #27D8C8;
}
.AnyTagClassName
{
color: #27D8C8;
}
</style>
background-color css
<style>
a { background-color: #27D8C8; }
a { background-color: rgb(39,216,200); }
div.DivClassName
{
background-color: #27D8C8;
}
.BgClassName
{
background-color: #27D8C8;
}
</style>
border-color css
<style>
span { border-color: #27D8C8; }
span { border-color: rgb(39,216,200); }
td.TdClassName
{
border-color: #27D8C8;
}
.TagClassName
{
border-color: #27D8C8;
}
</style>