Shades of Turquoise #27E2D3
Tints of Turquoise #27E2D3
RGB
CMYK
RGB Variations
Color information
#27E2D3 (or 0x27E2D3) is known color: Turquoise. HEX triplet: 27, E2 and D3. RGB value is (39,226,211). Sum of RGB (Red+Green+Blue) = 39+226+211=476 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.19% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2D3 is #D81D2C. Grayscale: #A8A8A8. Windows color (decimal): -14163245 or 13885991. OLE color: 13885991.
HSL color Cylindrical-coordinate representation of color #27E2D3: hue angle of 175.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2D3 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 226 | 211 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.11 |
| HSL | 175.19º | 0.76% | 0.52% | - |
| HSV(B) | 175.19º | 0.83% | 0.89% | - |
| XYZ | 39.79 | 59.53 | 71.02 | - |
| YUV | 168.38 | 152.05 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 226 | 211 | 0.83 | 0 | 0.07 | 0.11 | 175.19 | 0.76 | 0.52 |
| Hex | 27 | E2 | D3 | 53 | 0 | 7 | B | AF | 4C | 34 |
| Octal | 47 | 342 | 323 | 123 | 0 | 7 | 13 | 257 | 114 | 64 |
| Binary | 100111 | 11100010 | 11010011 | 1010011 | 0 | 111 | 1011 | 10101111 | 1001100 | 110100 |
Color Harmonies of #27E2D3
Complementary color
Monochromatic Colors of #27E2D3
Black with #27E2D3
Text Example
Text Example
White with #27E2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E2D3; }
p { color: rgb(39,226,211); }
H1.HeaderClassName
{
color: #27E2D3;
}
.AnyTagClassName
{
color: #27E2D3;
}
</style>
background-color css
<style>
a { background-color: #27E2D3; }
a { background-color: rgb(39,226,211); }
div.DivClassName
{
background-color: #27E2D3;
}
.BgClassName
{
background-color: #27E2D3;
}
</style>
border-color css
<style>
span { border-color: #27E2D3; }
span { border-color: rgb(39,226,211); }
td.TdClassName
{
border-color: #27E2D3;
}
.TagClassName
{
border-color: #27E2D3;
}
</style>