Shades of Turquoise #27E1CB
Tints of Turquoise #27E1CB
RGB
CMYK
RGB Variations
Color information
#27E1CB (or 0x27E1CB) is known color: Turquoise. HEX triplet: 27, E1 and CB. RGB value is (39,225,203). Sum of RGB (Red+Green+Blue) = 39+225+203=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #27E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E1CB is #D81E34. Grayscale: #A6A6A6. Windows color (decimal): -14163509 or 13361447. OLE color: 13361447.
HSL color Cylindrical-coordinate representation of color #27E1CB: hue angle of 172.9º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E1CB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 225 | 203 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.12 |
| HSL | 172.9º | 0.76% | 0.52% | - |
| HSV(B) | 172.9º | 0.83% | 0.88% | - |
| XYZ | 38.54 | 58.59 | 65.78 | - |
| YUV | 166.88 | 148.38 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 225 | 203 | 0.83 | 0 | 0.10 | 0.12 | 172.9 | 0.76 | 0.52 |
| Hex | 27 | E1 | CB | 53 | 0 | A | C | AD | 4C | 34 |
| Octal | 47 | 341 | 313 | 123 | 0 | 12 | 14 | 255 | 114 | 64 |
| Binary | 100111 | 11100001 | 11001011 | 1010011 | 0 | 1010 | 1100 | 10101101 | 1001100 | 110100 |
Color Harmonies of #27E1CB
Complementary color
Monochromatic Colors of #27E1CB
Black with #27E1CB
Text Example
Text Example
White with #27E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E1CB; }
p { color: rgb(39,225,203); }
H1.HeaderClassName
{
color: #27E1CB;
}
.AnyTagClassName
{
color: #27E1CB;
}
</style>
background-color css
<style>
a { background-color: #27E1CB; }
a { background-color: rgb(39,225,203); }
div.DivClassName
{
background-color: #27E1CB;
}
.BgClassName
{
background-color: #27E1CB;
}
</style>
border-color css
<style>
span { border-color: #27E1CB; }
span { border-color: rgb(39,225,203); }
td.TdClassName
{
border-color: #27E1CB;
}
.TagClassName
{
border-color: #27E1CB;
}
</style>