Shades of Medium Turquoise #27C8D1
Tints of Medium Turquoise #27C8D1
RGB
CMYK
RGB Variations
Color information
#27C8D1 (or 0x27C8D1) is known color: Medium Turquoise. HEX triplet: 27, C8 and D1. RGB value is (39,200,209). Sum of RGB (Red+Green+Blue) = 39+200+209=448 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.71% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #27C8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C8D1 is #D8372E. Grayscale: #989898. Windows color (decimal): -14169903 or 13748263. OLE color: 13748263.
HSL color Cylindrical-coordinate representation of color #27C8D1: hue angle of 183.18º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C8D1 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 200 | 209 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.18 |
| HSL | 183.18º | 0.69% | 0.49% | - |
| HSV(B) | 183.18º | 0.81% | 0.82% | - |
| XYZ | 33 | 46.34 | 67.53 | - |
| YUV | 152.89 | 159.66 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 200 | 209 | 0.81 | 0.04 | 0 | 0.18 | 183.18 | 0.69 | 0.49 |
| Hex | 27 | C8 | D1 | 51 | 4 | 0 | 12 | B7 | 45 | 31 |
| Octal | 47 | 310 | 321 | 121 | 4 | 0 | 22 | 267 | 105 | 61 |
| Binary | 100111 | 11001000 | 11010001 | 1010001 | 100 | 0 | 10010 | 10110111 | 1000101 | 110001 |
Color Harmonies of #27C8D1
Complementary color
Monochromatic Colors of #27C8D1
Black with #27C8D1
Text Example
Text Example
White with #27C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C8D1; }
p { color: rgb(39,200,209); }
H1.HeaderClassName
{
color: #27C8D1;
}
.AnyTagClassName
{
color: #27C8D1;
}
</style>
background-color css
<style>
a { background-color: #27C8D1; }
a { background-color: rgb(39,200,209); }
div.DivClassName
{
background-color: #27C8D1;
}
.BgClassName
{
background-color: #27C8D1;
}
</style>
border-color css
<style>
span { border-color: #27C8D1; }
span { border-color: rgb(39,200,209); }
td.TdClassName
{
border-color: #27C8D1;
}
.TagClassName
{
border-color: #27C8D1;
}
</style>