Shades of Turquoise #27DFCD
Tints of Turquoise #27DFCD
RGB
CMYK
RGB Variations
Color information
#27DFCD (or 0x27DFCD) is known color: Turquoise. HEX triplet: 27, DF and CD. RGB value is (39,223,205). Sum of RGB (Red+Green+Blue) = 39+223+205=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFCD is #D82032. Grayscale: #A5A5A5. Windows color (decimal): -14164019 or 13492007. OLE color: 13492007.
HSL color Cylindrical-coordinate representation of color #27DFCD: hue angle of 174.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DFCD is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 205 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.13 |
| HSL | 174.13º | 0.74% | 0.51% | - |
| HSV(B) | 174.13º | 0.83% | 0.87% | - |
| XYZ | 38.24 | 57.61 | 66.86 | - |
| YUV | 165.93 | 150.04 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 205 | 0.83 | 0 | 0.08 | 0.13 | 174.13 | 0.74 | 0.51 |
| Hex | 27 | DF | CD | 53 | 0 | 8 | D | AE | 4A | 33 |
| Octal | 47 | 337 | 315 | 123 | 0 | 10 | 15 | 256 | 112 | 63 |
| Binary | 100111 | 11011111 | 11001101 | 1010011 | 0 | 1000 | 1101 | 10101110 | 1001010 | 110011 |
Color Harmonies of #27DFCD
Complementary color
Monochromatic Colors of #27DFCD
Black with #27DFCD
Text Example
Text Example
White with #27DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFCD; }
p { color: rgb(39,223,205); }
H1.HeaderClassName
{
color: #27DFCD;
}
.AnyTagClassName
{
color: #27DFCD;
}
</style>
background-color css
<style>
a { background-color: #27DFCD; }
a { background-color: rgb(39,223,205); }
div.DivClassName
{
background-color: #27DFCD;
}
.BgClassName
{
background-color: #27DFCD;
}
</style>
border-color css
<style>
span { border-color: #27DFCD; }
span { border-color: rgb(39,223,205); }
td.TdClassName
{
border-color: #27DFCD;
}
.TagClassName
{
border-color: #27DFCD;
}
</style>