Shades of Turquoise #27D5C7
Tints of Turquoise #27D5C7
RGB
CMYK
RGB Variations
Color information
#27D5C7 (or 0x27D5C7) is known color: Turquoise. HEX triplet: 27, D5 and C7. RGB value is (39,213,199). Sum of RGB (Red+Green+Blue) = 39+213+199=451 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.65% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #27D5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D5C7 is #D82A38. Grayscale: #9F9F9F. Windows color (decimal): -14166585 or 13096231. OLE color: 13096231.
HSL color Cylindrical-coordinate representation of color #27D5C7: hue angle of 175.17º 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 #27D5C7 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 199 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.16 |
| HSL | 175.17º | 0.69% | 0.49% | - |
| HSV(B) | 175.17º | 0.82% | 0.84% | - |
| XYZ | 34.94 | 52.14 | 62.26 | - |
| YUV | 159.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 199 | 0.82 | 0 | 0.07 | 0.16 | 175.17 | 0.69 | 0.49 |
| Hex | 27 | D5 | C7 | 52 | 0 | 7 | 10 | AF | 45 | 31 |
| Octal | 47 | 325 | 307 | 122 | 0 | 7 | 20 | 257 | 105 | 61 |
| Binary | 100111 | 11010101 | 11000111 | 1010010 | 0 | 111 | 10000 | 10101111 | 1000101 | 110001 |
Color Harmonies of #27D5C7
Complementary color
Monochromatic Colors of #27D5C7
Black with #27D5C7
Text Example
Text Example
White with #27D5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D5C7; }
p { color: rgb(39,213,199); }
H1.HeaderClassName
{
color: #27D5C7;
}
.AnyTagClassName
{
color: #27D5C7;
}
</style>
background-color css
<style>
a { background-color: #27D5C7; }
a { background-color: rgb(39,213,199); }
div.DivClassName
{
background-color: #27D5C7;
}
.BgClassName
{
background-color: #27D5C7;
}
</style>
border-color css
<style>
span { border-color: #27D5C7; }
span { border-color: rgb(39,213,199); }
td.TdClassName
{
border-color: #27D5C7;
}
.TagClassName
{
border-color: #27D5C7;
}
</style>