Shades of Turquoise #27CDC8
Tints of Turquoise #27CDC8
RGB
CMYK
RGB Variations
Color information
#27CDC8 (or 0x27CDC8) is known color: Turquoise. HEX triplet: 27, CD and C8. RGB value is (39,205,200). Sum of RGB (Red+Green+Blue) = 39+205+200=444 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.78% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #27CDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CDC8 is #D83237. Grayscale: #9A9A9A. Windows color (decimal): -14168632 or 13159719. OLE color: 13159719.
HSL color Cylindrical-coordinate representation of color #27CDC8: hue angle of 178.19º 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 #27CDC8 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 205 | 200 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.20 |
| HSL | 178.19º | 0.68% | 0.48% | - |
| HSV(B) | 178.19º | 0.81% | 0.8% | - |
| XYZ | 33.09 | 48.26 | 62.22 | - |
| YUV | 154.8 | 153.5 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 205 | 200 | 0.81 | 0 | 0.02 | 0.20 | 178.19 | 0.68 | 0.48 |
| Hex | 27 | CD | C8 | 51 | 0 | 2 | 14 | B2 | 44 | 30 |
| Octal | 47 | 315 | 310 | 121 | 0 | 2 | 24 | 262 | 104 | 60 |
| Binary | 100111 | 11001101 | 11001000 | 1010001 | 0 | 10 | 10100 | 10110010 | 1000100 | 110000 |
Color Harmonies of #27CDC8
Complementary color
Monochromatic Colors of #27CDC8
Black with #27CDC8
Text Example
Text Example
White with #27CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CDC8; }
p { color: rgb(39,205,200); }
H1.HeaderClassName
{
color: #27CDC8;
}
.AnyTagClassName
{
color: #27CDC8;
}
</style>
background-color css
<style>
a { background-color: #27CDC8; }
a { background-color: rgb(39,205,200); }
div.DivClassName
{
background-color: #27CDC8;
}
.BgClassName
{
background-color: #27CDC8;
}
</style>
border-color css
<style>
span { border-color: #27CDC8; }
span { border-color: rgb(39,205,200); }
td.TdClassName
{
border-color: #27CDC8;
}
.TagClassName
{
border-color: #27CDC8;
}
</style>