Shades of Turquoise #27DFDA
Tints of Turquoise #27DFDA
RGB
CMYK
RGB Variations
Color information
#27DFDA (or 0x27DFDA) is known color: Turquoise. HEX triplet: 27, DF and DA. RGB value is (39,223,218). Sum of RGB (Red+Green+Blue) = 39+223+218=480 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.12% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFDA is #D82025. Grayscale: #A7A7A7. Windows color (decimal): -14164006 or 14343975. OLE color: 14343975.
HSL color Cylindrical-coordinate representation of color #27DFDA: hue angle of 178.37º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DFDA is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 218 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.13 |
| HSL | 178.37º | 0.74% | 0.51% | - |
| HSV(B) | 178.37º | 0.83% | 0.87% | - |
| XYZ | 39.88 | 58.27 | 75.47 | - |
| YUV | 167.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 218 | 0.83 | 0 | 0.02 | 0.13 | 178.37 | 0.74 | 0.51 |
| Hex | 27 | DF | DA | 53 | 0 | 2 | D | B2 | 4A | 33 |
| Octal | 47 | 337 | 332 | 123 | 0 | 2 | 15 | 262 | 112 | 63 |
| Binary | 100111 | 11011111 | 11011010 | 1010011 | 0 | 10 | 1101 | 10110010 | 1001010 | 110011 |
Color Harmonies of #27DFDA
Complementary color
Monochromatic Colors of #27DFDA
Black with #27DFDA
Text Example
Text Example
White with #27DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFDA; }
p { color: rgb(39,223,218); }
H1.HeaderClassName
{
color: #27DFDA;
}
.AnyTagClassName
{
color: #27DFDA;
}
</style>
background-color css
<style>
a { background-color: #27DFDA; }
a { background-color: rgb(39,223,218); }
div.DivClassName
{
background-color: #27DFDA;
}
.BgClassName
{
background-color: #27DFDA;
}
</style>
border-color css
<style>
span { border-color: #27DFDA; }
span { border-color: rgb(39,223,218); }
td.TdClassName
{
border-color: #27DFDA;
}
.TagClassName
{
border-color: #27DFDA;
}
</style>