Shades of Turquoise #27DEC5
Tints of Turquoise #27DEC5
RGB
CMYK
RGB Variations
Color information
#27DEC5 (or 0x27DEC5) is known color: Turquoise. HEX triplet: 27, DE and C5. RGB value is (39,222,197). Sum of RGB (Red+Green+Blue) = 39+222+197=458 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.52% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEC5 is #D8213A. Grayscale: #A4A4A4. Windows color (decimal): -14164283 or 12967463. OLE color: 12967463.
HSL color Cylindrical-coordinate representation of color #27DEC5: hue angle of 171.8º 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 #27DEC5 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 197 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.13 |
| HSL | 171.8º | 0.73% | 0.51% | - |
| HSV(B) | 171.8º | 0.82% | 0.87% | - |
| XYZ | 37.04 | 56.71 | 61.82 | - |
| YUV | 164.43 | 146.37 | 38.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 197 | 0.82 | 0 | 0.11 | 0.13 | 171.8 | 0.73 | 0.51 |
| Hex | 27 | DE | C5 | 52 | 0 | B | D | AC | 49 | 33 |
| Octal | 47 | 336 | 305 | 122 | 0 | 13 | 15 | 254 | 111 | 63 |
| Binary | 100111 | 11011110 | 11000101 | 1010010 | 0 | 1011 | 1101 | 10101100 | 1001001 | 110011 |
Color Harmonies of #27DEC5
Complementary color
Monochromatic Colors of #27DEC5
Black with #27DEC5
Text Example
Text Example
White with #27DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEC5; }
p { color: rgb(39,222,197); }
H1.HeaderClassName
{
color: #27DEC5;
}
.AnyTagClassName
{
color: #27DEC5;
}
</style>
background-color css
<style>
a { background-color: #27DEC5; }
a { background-color: rgb(39,222,197); }
div.DivClassName
{
background-color: #27DEC5;
}
.BgClassName
{
background-color: #27DEC5;
}
</style>
border-color css
<style>
span { border-color: #27DEC5; }
span { border-color: rgb(39,222,197); }
td.TdClassName
{
border-color: #27DEC5;
}
.TagClassName
{
border-color: #27DEC5;
}
</style>