Shades of Turquoise #27D1DA
Tints of Turquoise #27D1DA
RGB
CMYK
RGB Variations
Color information
#27D1DA (or 0x27D1DA) is known color: Turquoise. HEX triplet: 27, D1 and DA. RGB value is (39,209,218). Sum of RGB (Red+Green+Blue) = 39+209+218=466 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.37% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #27D1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D1DA is #D82E25. Grayscale: #9E9E9E. Windows color (decimal): -14167590 or 14340391. OLE color: 14340391.
HSL color Cylindrical-coordinate representation of color #27D1DA: hue angle of 183.02º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D1DA is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 209 | 218 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.15 |
| HSL | 183.02º | 0.71% | 0.5% | - |
| HSV(B) | 183.02º | 0.82% | 0.85% | - |
| XYZ | 36.29 | 51.09 | 74.28 | - |
| YUV | 159.2 | 161.18 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 209 | 218 | 0.82 | 0.04 | 0 | 0.15 | 183.02 | 0.71 | 0.5 |
| Hex | 27 | D1 | DA | 52 | 4 | 0 | F | B7 | 47 | 32 |
| Octal | 47 | 321 | 332 | 122 | 4 | 0 | 17 | 267 | 107 | 62 |
| Binary | 100111 | 11010001 | 11011010 | 1010010 | 100 | 0 | 1111 | 10110111 | 1000111 | 110010 |
Color Harmonies of #27D1DA
Complementary color
Monochromatic Colors of #27D1DA
Black with #27D1DA
Text Example
Text Example
White with #27D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D1DA; }
p { color: rgb(39,209,218); }
H1.HeaderClassName
{
color: #27D1DA;
}
.AnyTagClassName
{
color: #27D1DA;
}
</style>
background-color css
<style>
a { background-color: #27D1DA; }
a { background-color: rgb(39,209,218); }
div.DivClassName
{
background-color: #27D1DA;
}
.BgClassName
{
background-color: #27D1DA;
}
</style>
border-color css
<style>
span { border-color: #27D1DA; }
span { border-color: rgb(39,209,218); }
td.TdClassName
{
border-color: #27D1DA;
}
.TagClassName
{
border-color: #27D1DA;
}
</style>