Shades of Turquoise #27D9CB
Tints of Turquoise #27D9CB
RGB
CMYK
RGB Variations
Color information
#27D9CB (or 0x27D9CB) is known color: Turquoise. HEX triplet: 27, D9 and CB. RGB value is (39,217,203). Sum of RGB (Red+Green+Blue) = 39+217+203=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9CB is #D82634. Grayscale: #A2A2A2. Windows color (decimal): -14165557 or 13359399. OLE color: 13359399.
HSL color Cylindrical-coordinate representation of color #27D9CB: hue angle of 175.28º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9CB is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 203 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.15 |
| HSL | 175.28º | 0.7% | 0.5% | - |
| HSV(B) | 175.28º | 0.82% | 0.85% | - |
| XYZ | 36.43 | 54.37 | 65.07 | - |
| YUV | 162.18 | 151.03 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 203 | 0.82 | 0 | 0.06 | 0.15 | 175.28 | 0.7 | 0.5 |
| Hex | 27 | D9 | CB | 52 | 0 | 6 | F | AF | 46 | 32 |
| Octal | 47 | 331 | 313 | 122 | 0 | 6 | 17 | 257 | 106 | 62 |
| Binary | 100111 | 11011001 | 11001011 | 1010010 | 0 | 110 | 1111 | 10101111 | 1000110 | 110010 |
Color Harmonies of #27D9CB
Complementary color
Monochromatic Colors of #27D9CB
Black with #27D9CB
Text Example
Text Example
White with #27D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D9CB; }
p { color: rgb(39,217,203); }
H1.HeaderClassName
{
color: #27D9CB;
}
.AnyTagClassName
{
color: #27D9CB;
}
</style>
background-color css
<style>
a { background-color: #27D9CB; }
a { background-color: rgb(39,217,203); }
div.DivClassName
{
background-color: #27D9CB;
}
.BgClassName
{
background-color: #27D9CB;
}
</style>
border-color css
<style>
span { border-color: #27D9CB; }
span { border-color: rgb(39,217,203); }
td.TdClassName
{
border-color: #27D9CB;
}
.TagClassName
{
border-color: #27D9CB;
}
</style>