Shades of Turquoise #27D8CC
Tints of Turquoise #27D8CC
RGB
CMYK
RGB Variations
Color information
#27D8CC (or 0x27D8CC) is known color: Turquoise. HEX triplet: 27, D8 and CC. RGB value is (39,216,204). Sum of RGB (Red+Green+Blue) = 39+216+204=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #27D8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8CC is #D82733. Grayscale: #A1A1A1. Windows color (decimal): -14165812 or 13424679. OLE color: 13424679.
HSL color Cylindrical-coordinate representation of color #27D8CC: hue angle of 175.93º 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 #27D8CC is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 204 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.15 |
| HSL | 175.93º | 0.69% | 0.5% | - |
| HSV(B) | 175.93º | 0.82% | 0.85% | - |
| XYZ | 36.29 | 53.9 | 65.62 | - |
| YUV | 161.71 | 151.86 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 204 | 0.82 | 0 | 0.06 | 0.15 | 175.93 | 0.69 | 0.5 |
| Hex | 27 | D8 | CC | 52 | 0 | 6 | F | B0 | 45 | 32 |
| Octal | 47 | 330 | 314 | 122 | 0 | 6 | 17 | 260 | 105 | 62 |
| Binary | 100111 | 11011000 | 11001100 | 1010010 | 0 | 110 | 1111 | 10110000 | 1000101 | 110010 |
Color Harmonies of #27D8CC
Complementary color
Monochromatic Colors of #27D8CC
Black with #27D8CC
Text Example
Text Example
White with #27D8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D8CC; }
p { color: rgb(39,216,204); }
H1.HeaderClassName
{
color: #27D8CC;
}
.AnyTagClassName
{
color: #27D8CC;
}
</style>
background-color css
<style>
a { background-color: #27D8CC; }
a { background-color: rgb(39,216,204); }
div.DivClassName
{
background-color: #27D8CC;
}
.BgClassName
{
background-color: #27D8CC;
}
</style>
border-color css
<style>
span { border-color: #27D8CC; }
span { border-color: rgb(39,216,204); }
td.TdClassName
{
border-color: #27D8CC;
}
.TagClassName
{
border-color: #27D8CC;
}
</style>