Shades of Turquoise #27DFDD
Tints of Turquoise #27DFDD
RGB
CMYK
RGB Variations
Color information
#27DFDD (or 0x27DFDD) is known color: Turquoise. HEX triplet: 27, DF and DD. RGB value is (39,223,221). Sum of RGB (Red+Green+Blue) = 39+223+221=483 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.07% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFDD is #D82022. Grayscale: #A7A7A7. Windows color (decimal): -14164003 or 14540583. OLE color: 14540583.
HSL color Cylindrical-coordinate representation of color #27DFDD: hue angle of 179.35º 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 #27DFDD is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 221 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.13 |
| HSL | 179.35º | 0.74% | 0.51% | - |
| HSV(B) | 179.35º | 0.83% | 0.87% | - |
| XYZ | 40.28 | 58.43 | 77.56 | - |
| YUV | 167.76 | 158.04 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 221 | 0.83 | 0 | 0.01 | 0.13 | 179.35 | 0.74 | 0.51 |
| Hex | 27 | DF | DD | 53 | 0 | 1 | D | B3 | 4A | 33 |
| Octal | 47 | 337 | 335 | 123 | 0 | 1 | 15 | 263 | 112 | 63 |
| Binary | 100111 | 11011111 | 11011101 | 1010011 | 0 | 1 | 1101 | 10110011 | 1001010 | 110011 |
Color Harmonies of #27DFDD
Complementary color
Monochromatic Colors of #27DFDD
Black with #27DFDD
Text Example
Text Example
White with #27DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFDD; }
p { color: rgb(39,223,221); }
H1.HeaderClassName
{
color: #27DFDD;
}
.AnyTagClassName
{
color: #27DFDD;
}
</style>
background-color css
<style>
a { background-color: #27DFDD; }
a { background-color: rgb(39,223,221); }
div.DivClassName
{
background-color: #27DFDD;
}
.BgClassName
{
background-color: #27DFDD;
}
</style>
border-color css
<style>
span { border-color: #27DFDD; }
span { border-color: rgb(39,223,221); }
td.TdClassName
{
border-color: #27DFDD;
}
.TagClassName
{
border-color: #27DFDD;
}
</style>