Shades of Turquoise #27D1BE
Tints of Turquoise #27D1BE
RGB
CMYK
RGB Variations
Color information
#27D1BE (or 0x27D1BE) is known color: Turquoise. HEX triplet: 27, D1 and BE. RGB value is (39,209,190). Sum of RGB (Red+Green+Blue) = 39+209+190=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #27D1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D1BE is #D82E41. Grayscale: #9B9B9B. Windows color (decimal): -14167618 or 12505383. OLE color: 12505383.
HSL color Cylindrical-coordinate representation of color #27D1BE: hue angle of 173.29º 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 #27D1BE is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 209 | 190 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.18 |
| HSL | 173.29º | 0.69% | 0.49% | - |
| HSV(B) | 173.29º | 0.81% | 0.82% | - |
| XYZ | 32.93 | 49.75 | 56.58 | - |
| YUV | 156 | 147.18 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 209 | 190 | 0.81 | 0 | 0.09 | 0.18 | 173.29 | 0.69 | 0.49 |
| Hex | 27 | D1 | BE | 51 | 0 | 9 | 12 | AD | 45 | 31 |
| Octal | 47 | 321 | 276 | 121 | 0 | 11 | 22 | 255 | 105 | 61 |
| Binary | 100111 | 11010001 | 10111110 | 1010001 | 0 | 1001 | 10010 | 10101101 | 1000101 | 110001 |
Color Harmonies of #27D1BE
Complementary color
Monochromatic Colors of #27D1BE
Black with #27D1BE
Text Example
Text Example
White with #27D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D1BE; }
p { color: rgb(39,209,190); }
H1.HeaderClassName
{
color: #27D1BE;
}
.AnyTagClassName
{
color: #27D1BE;
}
</style>
background-color css
<style>
a { background-color: #27D1BE; }
a { background-color: rgb(39,209,190); }
div.DivClassName
{
background-color: #27D1BE;
}
.BgClassName
{
background-color: #27D1BE;
}
</style>
border-color css
<style>
span { border-color: #27D1BE; }
span { border-color: rgb(39,209,190); }
td.TdClassName
{
border-color: #27D1BE;
}
.TagClassName
{
border-color: #27D1BE;
}
</style>