Shades of Turquoise #27DCCD
Tints of Turquoise #27DCCD
RGB
CMYK
RGB Variations
Color information
#27DCCD (or 0x27DCCD) is known color: Turquoise. HEX triplet: 27, DC and CD. RGB value is (39,220,205). Sum of RGB (Red+Green+Blue) = 39+220+205=464 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.41% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCCD is #D82332. Grayscale: #A4A4A4. Windows color (decimal): -14164787 or 13491239. OLE color: 13491239.
HSL color Cylindrical-coordinate representation of color #27DCCD: hue angle of 175.03º 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 #27DCCD is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 205 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.14 |
| HSL | 175.03º | 0.72% | 0.51% | - |
| HSV(B) | 175.03º | 0.82% | 0.86% | - |
| XYZ | 37.45 | 56.03 | 66.6 | - |
| YUV | 164.17 | 151.03 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 205 | 0.82 | 0 | 0.07 | 0.14 | 175.03 | 0.72 | 0.51 |
| Hex | 27 | DC | CD | 52 | 0 | 7 | E | AF | 48 | 33 |
| Octal | 47 | 334 | 315 | 122 | 0 | 7 | 16 | 257 | 110 | 63 |
| Binary | 100111 | 11011100 | 11001101 | 1010010 | 0 | 111 | 1110 | 10101111 | 1001000 | 110011 |
Color Harmonies of #27DCCD
Complementary color
Monochromatic Colors of #27DCCD
Black with #27DCCD
Text Example
Text Example
White with #27DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCCD; }
p { color: rgb(39,220,205); }
H1.HeaderClassName
{
color: #27DCCD;
}
.AnyTagClassName
{
color: #27DCCD;
}
</style>
background-color css
<style>
a { background-color: #27DCCD; }
a { background-color: rgb(39,220,205); }
div.DivClassName
{
background-color: #27DCCD;
}
.BgClassName
{
background-color: #27DCCD;
}
</style>
border-color css
<style>
span { border-color: #27DCCD; }
span { border-color: rgb(39,220,205); }
td.TdClassName
{
border-color: #27DCCD;
}
.TagClassName
{
border-color: #27DCCD;
}
</style>