Shades of Turquoise #27CDC0
Tints of Turquoise #27CDC0
RGB
CMYK
RGB Variations
Color information
#27CDC0 (or 0x27CDC0) is known color: Turquoise. HEX triplet: 27, CD and C0. RGB value is (39,205,192). Sum of RGB (Red+Green+Blue) = 39+205+192=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #27CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CDC0 is #D8323F. Grayscale: #999999. Windows color (decimal): -14168640 or 12635431. OLE color: 12635431.
HSL color Cylindrical-coordinate representation of color #27CDC0: hue angle of 175.3º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CDC0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 205 | 192 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.20 |
| HSL | 175.3º | 0.68% | 0.48% | - |
| HSV(B) | 175.3º | 0.81% | 0.8% | - |
| XYZ | 32.18 | 47.9 | 57.42 | - |
| YUV | 153.88 | 149.5 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 205 | 192 | 0.81 | 0 | 0.06 | 0.20 | 175.3 | 0.68 | 0.48 |
| Hex | 27 | CD | C0 | 51 | 0 | 6 | 14 | AF | 44 | 30 |
| Octal | 47 | 315 | 300 | 121 | 0 | 6 | 24 | 257 | 104 | 60 |
| Binary | 100111 | 11001101 | 11000000 | 1010001 | 0 | 110 | 10100 | 10101111 | 1000100 | 110000 |
Color Harmonies of #27CDC0
Complementary color
Monochromatic Colors of #27CDC0
Black with #27CDC0
Text Example
Text Example
White with #27CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CDC0; }
p { color: rgb(39,205,192); }
H1.HeaderClassName
{
color: #27CDC0;
}
.AnyTagClassName
{
color: #27CDC0;
}
</style>
background-color css
<style>
a { background-color: #27CDC0; }
a { background-color: rgb(39,205,192); }
div.DivClassName
{
background-color: #27CDC0;
}
.BgClassName
{
background-color: #27CDC0;
}
</style>
border-color css
<style>
span { border-color: #27CDC0; }
span { border-color: rgb(39,205,192); }
td.TdClassName
{
border-color: #27CDC0;
}
.TagClassName
{
border-color: #27CDC0;
}
</style>