Shades of Turquoise #27DCDD
Tints of Turquoise #27DCDD
RGB
CMYK
RGB Variations
Color information
#27DCDD (or 0x27DCDD) is known color: Turquoise. HEX triplet: 27, DC and DD. RGB value is (39,220,221). Sum of RGB (Red+Green+Blue) = 39+220+221=480 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.12% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #27DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCDD is #D82322. Grayscale: #A5A5A5. Windows color (decimal): -14164771 or 14539815. OLE color: 14539815.
HSL color Cylindrical-coordinate representation of color #27DCDD: hue angle of 180.33º 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 #27DCDD is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 220 | 221 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.13 |
| HSL | 180.33º | 0.73% | 0.51% | - |
| HSV(B) | 180.33º | 0.82% | 0.87% | - |
| XYZ | 39.48 | 56.84 | 77.3 | - |
| YUV | 166 | 159.03 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 221 | 0.82 | 0.00 | 0 | 0.13 | 180.33 | 0.73 | 0.51 |
| Hex | 27 | DC | DD | 52 | 0 | 0 | D | B4 | 49 | 33 |
| Octal | 47 | 334 | 335 | 122 | 0 | 0 | 15 | 264 | 111 | 63 |
| Binary | 100111 | 11011100 | 11011101 | 1010010 | 0 | 0 | 1101 | 10110100 | 1001001 | 110011 |
Color Harmonies of #27DCDD
Complementary color
Monochromatic Colors of #27DCDD
Black with #27DCDD
Text Example
Text Example
White with #27DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCDD; }
p { color: rgb(39,220,221); }
H1.HeaderClassName
{
color: #27DCDD;
}
.AnyTagClassName
{
color: #27DCDD;
}
</style>
background-color css
<style>
a { background-color: #27DCDD; }
a { background-color: rgb(39,220,221); }
div.DivClassName
{
background-color: #27DCDD;
}
.BgClassName
{
background-color: #27DCDD;
}
</style>
border-color css
<style>
span { border-color: #27DCDD; }
span { border-color: rgb(39,220,221); }
td.TdClassName
{
border-color: #27DCDD;
}
.TagClassName
{
border-color: #27DCDD;
}
</style>