Shades of Turquoise #27DEC1
Tints of Turquoise #27DEC1
RGB
CMYK
RGB Variations
Color information
#27DEC1 (or 0x27DEC1) is known color: Turquoise. HEX triplet: 27, DE and C1. RGB value is (39,222,193). Sum of RGB (Red+Green+Blue) = 39+222+193=454 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.59% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEC1 is #D8213E. Grayscale: #A3A3A3. Windows color (decimal): -14164287 or 12705319. OLE color: 12705319.
HSL color Cylindrical-coordinate representation of color #27DEC1: hue angle of 170.49º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DEC1 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 193 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.13 |
| HSL | 170.49º | 0.73% | 0.51% | - |
| HSV(B) | 170.49º | 0.82% | 0.87% | - |
| XYZ | 36.58 | 56.52 | 59.43 | - |
| YUV | 163.98 | 144.37 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 193 | 0.82 | 0 | 0.13 | 0.13 | 170.49 | 0.73 | 0.51 |
| Hex | 27 | DE | C1 | 52 | 0 | D | D | AA | 49 | 33 |
| Octal | 47 | 336 | 301 | 122 | 0 | 15 | 15 | 252 | 111 | 63 |
| Binary | 100111 | 11011110 | 11000001 | 1010010 | 0 | 1101 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #27DEC1
Complementary color
Monochromatic Colors of #27DEC1
Black with #27DEC1
Text Example
Text Example
White with #27DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEC1; }
p { color: rgb(39,222,193); }
H1.HeaderClassName
{
color: #27DEC1;
}
.AnyTagClassName
{
color: #27DEC1;
}
</style>
background-color css
<style>
a { background-color: #27DEC1; }
a { background-color: rgb(39,222,193); }
div.DivClassName
{
background-color: #27DEC1;
}
.BgClassName
{
background-color: #27DEC1;
}
</style>
border-color css
<style>
span { border-color: #27DEC1; }
span { border-color: rgb(39,222,193); }
td.TdClassName
{
border-color: #27DEC1;
}
.TagClassName
{
border-color: #27DEC1;
}
</style>