Shades of Turquoise #27D1D5
Tints of Turquoise #27D1D5
RGB
CMYK
RGB Variations
Color information
#27D1D5 (or 0x27D1D5) is known color: Turquoise. HEX triplet: 27, D1 and D5. RGB value is (39,209,213). Sum of RGB (Red+Green+Blue) = 39+209+213=461 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.46% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #27D1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D1D5 is #D82E2A. Grayscale: #9E9E9E. Windows color (decimal): -14167595 or 14012711. OLE color: 14012711.
HSL color Cylindrical-coordinate representation of color #27D1D5: hue angle of 181.38º 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 #27D1D5 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 209 | 213 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.16 |
| HSL | 181.38º | 0.69% | 0.49% | - |
| HSV(B) | 181.38º | 0.82% | 0.84% | - |
| XYZ | 35.65 | 50.84 | 70.88 | - |
| YUV | 158.63 | 158.68 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 209 | 213 | 0.82 | 0.02 | 0 | 0.16 | 181.38 | 0.69 | 0.49 |
| Hex | 27 | D1 | D5 | 52 | 2 | 0 | 10 | B5 | 45 | 31 |
| Octal | 47 | 321 | 325 | 122 | 2 | 0 | 20 | 265 | 105 | 61 |
| Binary | 100111 | 11010001 | 11010101 | 1010010 | 10 | 0 | 10000 | 10110101 | 1000101 | 110001 |
Color Harmonies of #27D1D5
Complementary color
Monochromatic Colors of #27D1D5
Black with #27D1D5
Text Example
Text Example
White with #27D1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D1D5; }
p { color: rgb(39,209,213); }
H1.HeaderClassName
{
color: #27D1D5;
}
.AnyTagClassName
{
color: #27D1D5;
}
</style>
background-color css
<style>
a { background-color: #27D1D5; }
a { background-color: rgb(39,209,213); }
div.DivClassName
{
background-color: #27D1D5;
}
.BgClassName
{
background-color: #27D1D5;
}
</style>
border-color css
<style>
span { border-color: #27D1D5; }
span { border-color: rgb(39,209,213); }
td.TdClassName
{
border-color: #27D1D5;
}
.TagClassName
{
border-color: #27D1D5;
}
</style>