Shades of Medium Turquoise #27C9D0
Tints of Medium Turquoise #27C9D0
RGB
CMYK
RGB Variations
Color information
#27C9D0 (or 0x27C9D0) is known color: Medium Turquoise. HEX triplet: 27, C9 and D0. RGB value is (39,201,208). Sum of RGB (Red+Green+Blue) = 39+201+208=448 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.71% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #27C9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C9D0 is #D8362F. Grayscale: #999999. Windows color (decimal): -14169648 or 13682983. OLE color: 13682983.
HSL color Cylindrical-coordinate representation of color #27C9D0: hue angle of 182.49º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C9D0 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 201 | 208 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.18 |
| HSL | 182.49º | 0.68% | 0.48% | - |
| HSV(B) | 182.49º | 0.81% | 0.82% | - |
| XYZ | 33.11 | 46.76 | 66.95 | - |
| YUV | 153.36 | 158.83 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 201 | 208 | 0.81 | 0.03 | 0 | 0.18 | 182.49 | 0.68 | 0.48 |
| Hex | 27 | C9 | D0 | 51 | 3 | 0 | 12 | B6 | 44 | 30 |
| Octal | 47 | 311 | 320 | 121 | 3 | 0 | 22 | 266 | 104 | 60 |
| Binary | 100111 | 11001001 | 11010000 | 1010001 | 11 | 0 | 10010 | 10110110 | 1000100 | 110000 |
Color Harmonies of #27C9D0
Complementary color
Monochromatic Colors of #27C9D0
Black with #27C9D0
Text Example
Text Example
White with #27C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C9D0; }
p { color: rgb(39,201,208); }
H1.HeaderClassName
{
color: #27C9D0;
}
.AnyTagClassName
{
color: #27C9D0;
}
</style>
background-color css
<style>
a { background-color: #27C9D0; }
a { background-color: rgb(39,201,208); }
div.DivClassName
{
background-color: #27C9D0;
}
.BgClassName
{
background-color: #27C9D0;
}
</style>
border-color css
<style>
span { border-color: #27C9D0; }
span { border-color: rgb(39,201,208); }
td.TdClassName
{
border-color: #27C9D0;
}
.TagClassName
{
border-color: #27C9D0;
}
</style>