Shades of Turquoise #27D5C2
Tints of Turquoise #27D5C2
RGB
CMYK
RGB Variations
Color information
#27D5C2 (or 0x27D5C2) is known color: Turquoise. HEX triplet: 27, D5 and C2. RGB value is (39,213,194). Sum of RGB (Red+Green+Blue) = 39+213+194=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #27D5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D5C2 is #D82A3D. Grayscale: #9E9E9E. Windows color (decimal): -14166590 or 12768551. OLE color: 12768551.
HSL color Cylindrical-coordinate representation of color #27D5C2: hue angle of 173.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D5C2 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 194 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.16 |
| HSL | 173.45º | 0.69% | 0.49% | - |
| HSV(B) | 173.45º | 0.82% | 0.84% | - |
| XYZ | 34.37 | 51.91 | 59.25 | - |
| YUV | 158.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 194 | 0.82 | 0 | 0.09 | 0.16 | 173.45 | 0.69 | 0.49 |
| Hex | 27 | D5 | C2 | 52 | 0 | 9 | 10 | AD | 45 | 31 |
| Octal | 47 | 325 | 302 | 122 | 0 | 11 | 20 | 255 | 105 | 61 |
| Binary | 100111 | 11010101 | 11000010 | 1010010 | 0 | 1001 | 10000 | 10101101 | 1000101 | 110001 |
Color Harmonies of #27D5C2
Complementary color
Monochromatic Colors of #27D5C2
Black with #27D5C2
Text Example
Text Example
White with #27D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D5C2; }
p { color: rgb(39,213,194); }
H1.HeaderClassName
{
color: #27D5C2;
}
.AnyTagClassName
{
color: #27D5C2;
}
</style>
background-color css
<style>
a { background-color: #27D5C2; }
a { background-color: rgb(39,213,194); }
div.DivClassName
{
background-color: #27D5C2;
}
.BgClassName
{
background-color: #27D5C2;
}
</style>
border-color css
<style>
span { border-color: #27D5C2; }
span { border-color: rgb(39,213,194); }
td.TdClassName
{
border-color: #27D5C2;
}
.TagClassName
{
border-color: #27D5C2;
}
</style>