Shades of Turquoise #27DCDC
Tints of Turquoise #27DCDC
RGB
CMYK
RGB Variations
Color information
#27DCDC (or 0x27DCDC) is known color: Turquoise. HEX triplet: 27, DC and DC. RGB value is (39,220,220). Sum of RGB (Red+Green+Blue) = 39+220+220=479 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.14% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #27DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCDC is #D82323. Grayscale: #A5A5A5. Windows color (decimal): -14164772 or 14474279. OLE color: 14474279.
HSL color Cylindrical-coordinate representation of color #27DCDC: hue angle of 180º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCDC is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 220 | - |
| CMYK | 0.82 | 0 | 0 | 0.14 |
| HSL | 180º | 0.72% | 0.51% | - |
| HSV(B) | 180º | 0.82% | 0.86% | - |
| XYZ | 39.35 | 56.79 | 76.6 | - |
| YUV | 165.88 | 158.53 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 220 | 0.82 | 0 | 0 | 0.14 | 180 | 0.72 | 0.51 |
| Hex | 27 | DC | DC | 52 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 47 | 334 | 334 | 122 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 100111 | 11011100 | 11011100 | 1010010 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #27DCDC
Complementary color
Monochromatic Colors of #27DCDC
Black with #27DCDC
Text Example
Text Example
White with #27DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCDC; }
p { color: rgb(39,220,220); }
H1.HeaderClassName
{
color: #27DCDC;
}
.AnyTagClassName
{
color: #27DCDC;
}
</style>
background-color css
<style>
a { background-color: #27DCDC; }
a { background-color: rgb(39,220,220); }
div.DivClassName
{
background-color: #27DCDC;
}
.BgClassName
{
background-color: #27DCDC;
}
</style>
border-color css
<style>
span { border-color: #27DCDC; }
span { border-color: rgb(39,220,220); }
td.TdClassName
{
border-color: #27DCDC;
}
.TagClassName
{
border-color: #27DCDC;
}
</style>