Shades of Turquoise #27DDC5
Tints of Turquoise #27DDC5
RGB
CMYK
RGB Variations
Color information
#27DDC5 (or 0x27DDC5) is known color: Turquoise. HEX triplet: 27, DD and C5. RGB value is (39,221,197). Sum of RGB (Red+Green+Blue) = 39+221+197=457 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.53% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDC5 is #D8223A. Grayscale: #A3A3A3. Windows color (decimal): -14164539 or 12967207. OLE color: 12967207.
HSL color Cylindrical-coordinate representation of color #27DDC5: hue angle of 172.09º 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 #27DDC5 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 197 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.13 |
| HSL | 172.09º | 0.73% | 0.51% | - |
| HSV(B) | 172.09º | 0.82% | 0.87% | - |
| XYZ | 36.77 | 56.18 | 61.73 | - |
| YUV | 163.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 197 | 0.82 | 0 | 0.11 | 0.13 | 172.09 | 0.73 | 0.51 |
| Hex | 27 | DD | C5 | 52 | 0 | B | D | AC | 49 | 33 |
| Octal | 47 | 335 | 305 | 122 | 0 | 13 | 15 | 254 | 111 | 63 |
| Binary | 100111 | 11011101 | 11000101 | 1010010 | 0 | 1011 | 1101 | 10101100 | 1001001 | 110011 |
Color Harmonies of #27DDC5
Complementary color
Monochromatic Colors of #27DDC5
Black with #27DDC5
Text Example
Text Example
White with #27DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDC5; }
p { color: rgb(39,221,197); }
H1.HeaderClassName
{
color: #27DDC5;
}
.AnyTagClassName
{
color: #27DDC5;
}
</style>
background-color css
<style>
a { background-color: #27DDC5; }
a { background-color: rgb(39,221,197); }
div.DivClassName
{
background-color: #27DDC5;
}
.BgClassName
{
background-color: #27DDC5;
}
</style>
border-color css
<style>
span { border-color: #27DDC5; }
span { border-color: rgb(39,221,197); }
td.TdClassName
{
border-color: #27DDC5;
}
.TagClassName
{
border-color: #27DDC5;
}
</style>