Shades of Turquoise #27DDC8
Tints of Turquoise #27DDC8
RGB
CMYK
RGB Variations
Color information
#27DDC8 (or 0x27DDC8) is known color: Turquoise. HEX triplet: 27, DD and C8. RGB value is (39,221,200). Sum of RGB (Red+Green+Blue) = 39+221+200=460 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.48% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDC8 is #D82237. Grayscale: #A4A4A4. Windows color (decimal): -14164536 or 13163815. OLE color: 13163815.
HSL color Cylindrical-coordinate representation of color #27DDC8: hue angle of 173.08º 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 #27DDC8 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 200 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.13 |
| HSL | 173.08º | 0.73% | 0.51% | - |
| HSV(B) | 173.08º | 0.82% | 0.87% | - |
| XYZ | 37.12 | 56.31 | 63.56 | - |
| YUV | 164.19 | 148.2 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 200 | 0.82 | 0 | 0.10 | 0.13 | 173.08 | 0.73 | 0.51 |
| Hex | 27 | DD | C8 | 52 | 0 | A | D | AD | 49 | 33 |
| Octal | 47 | 335 | 310 | 122 | 0 | 12 | 15 | 255 | 111 | 63 |
| Binary | 100111 | 11011101 | 11001000 | 1010010 | 0 | 1010 | 1101 | 10101101 | 1001001 | 110011 |
Color Harmonies of #27DDC8
Complementary color
Monochromatic Colors of #27DDC8
Black with #27DDC8
Text Example
Text Example
White with #27DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDC8; }
p { color: rgb(39,221,200); }
H1.HeaderClassName
{
color: #27DDC8;
}
.AnyTagClassName
{
color: #27DDC8;
}
</style>
background-color css
<style>
a { background-color: #27DDC8; }
a { background-color: rgb(39,221,200); }
div.DivClassName
{
background-color: #27DDC8;
}
.BgClassName
{
background-color: #27DDC8;
}
</style>
border-color css
<style>
span { border-color: #27DDC8; }
span { border-color: rgb(39,221,200); }
td.TdClassName
{
border-color: #27DDC8;
}
.TagClassName
{
border-color: #27DDC8;
}
</style>