Shades of Turquoise #27DECA
Tints of Turquoise #27DECA
RGB
CMYK
RGB Variations
Color information
#27DECA (or 0x27DECA) is known color: Turquoise. HEX triplet: 27, DE and CA. RGB value is (39,222,202). Sum of RGB (Red+Green+Blue) = 39+222+202=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #27DECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DECA is #D82135. Grayscale: #A4A4A4. Windows color (decimal): -14164278 or 13295143. OLE color: 13295143.
HSL color Cylindrical-coordinate representation of color #27DECA: hue angle of 173.44º 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 #27DECA is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 202 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.13 |
| HSL | 173.44º | 0.73% | 0.51% | - |
| HSV(B) | 173.44º | 0.82% | 0.87% | - |
| XYZ | 37.62 | 56.94 | 64.88 | - |
| YUV | 165 | 148.87 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 202 | 0.82 | 0 | 0.09 | 0.13 | 173.44 | 0.73 | 0.51 |
| Hex | 27 | DE | CA | 52 | 0 | 9 | D | AD | 49 | 33 |
| Octal | 47 | 336 | 312 | 122 | 0 | 11 | 15 | 255 | 111 | 63 |
| Binary | 100111 | 11011110 | 11001010 | 1010010 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110011 |
Color Harmonies of #27DECA
Complementary color
Monochromatic Colors of #27DECA
Black with #27DECA
Text Example
Text Example
White with #27DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DECA; }
p { color: rgb(39,222,202); }
H1.HeaderClassName
{
color: #27DECA;
}
.AnyTagClassName
{
color: #27DECA;
}
</style>
background-color css
<style>
a { background-color: #27DECA; }
a { background-color: rgb(39,222,202); }
div.DivClassName
{
background-color: #27DECA;
}
.BgClassName
{
background-color: #27DECA;
}
</style>
border-color css
<style>
span { border-color: #27DECA; }
span { border-color: rgb(39,222,202); }
td.TdClassName
{
border-color: #27DECA;
}
.TagClassName
{
border-color: #27DECA;
}
</style>