Shades of Turquoise #27CDC5
Tints of Turquoise #27CDC5
RGB
CMYK
RGB Variations
Color information
#27CDC5 (or 0x27CDC5) is known color: Turquoise. HEX triplet: 27, CD and C5. RGB value is (39,205,197). Sum of RGB (Red+Green+Blue) = 39+205+197=441 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.84% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #27CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CDC5 is #D8323A. Grayscale: #9A9A9A. Windows color (decimal): -14168635 or 12963111. OLE color: 12963111.
HSL color Cylindrical-coordinate representation of color #27CDC5: hue angle of 177.11º 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 #27CDC5 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 205 | 197 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.20 |
| HSL | 177.11º | 0.68% | 0.48% | - |
| HSV(B) | 177.11º | 0.81% | 0.8% | - |
| XYZ | 32.75 | 48.13 | 60.39 | - |
| YUV | 154.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 205 | 197 | 0.81 | 0 | 0.04 | 0.20 | 177.11 | 0.68 | 0.48 |
| Hex | 27 | CD | C5 | 51 | 0 | 4 | 14 | B1 | 44 | 30 |
| Octal | 47 | 315 | 305 | 121 | 0 | 4 | 24 | 261 | 104 | 60 |
| Binary | 100111 | 11001101 | 11000101 | 1010001 | 0 | 100 | 10100 | 10110001 | 1000100 | 110000 |
Color Harmonies of #27CDC5
Complementary color
Monochromatic Colors of #27CDC5
Black with #27CDC5
Text Example
Text Example
White with #27CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CDC5; }
p { color: rgb(39,205,197); }
H1.HeaderClassName
{
color: #27CDC5;
}
.AnyTagClassName
{
color: #27CDC5;
}
</style>
background-color css
<style>
a { background-color: #27CDC5; }
a { background-color: rgb(39,205,197); }
div.DivClassName
{
background-color: #27CDC5;
}
.BgClassName
{
background-color: #27CDC5;
}
</style>
border-color css
<style>
span { border-color: #27CDC5; }
span { border-color: rgb(39,205,197); }
td.TdClassName
{
border-color: #27CDC5;
}
.TagClassName
{
border-color: #27CDC5;
}
</style>