Shades of Turquoise #27DFD0
Tints of Turquoise #27DFD0
RGB
CMYK
RGB Variations
Color information
#27DFD0 (or 0x27DFD0) is known color: Turquoise. HEX triplet: 27, DF and D0. RGB value is (39,223,208). Sum of RGB (Red+Green+Blue) = 39+223+208=470 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.30% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFD0 is #D8202F. Grayscale: #A6A6A6. Windows color (decimal): -14164016 or 13688615. OLE color: 13688615.
HSL color Cylindrical-coordinate representation of color #27DFD0: hue angle of 175.11º 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 #27DFD0 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 208 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.13 |
| HSL | 175.11º | 0.74% | 0.51% | - |
| HSV(B) | 175.11º | 0.83% | 0.87% | - |
| XYZ | 38.61 | 57.76 | 68.79 | - |
| YUV | 166.27 | 151.54 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 208 | 0.83 | 0 | 0.07 | 0.13 | 175.11 | 0.74 | 0.51 |
| Hex | 27 | DF | D0 | 53 | 0 | 7 | D | AF | 4A | 33 |
| Octal | 47 | 337 | 320 | 123 | 0 | 7 | 15 | 257 | 112 | 63 |
| Binary | 100111 | 11011111 | 11010000 | 1010011 | 0 | 111 | 1101 | 10101111 | 1001010 | 110011 |
Color Harmonies of #27DFD0
Complementary color
Monochromatic Colors of #27DFD0
Black with #27DFD0
Text Example
Text Example
White with #27DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFD0; }
p { color: rgb(39,223,208); }
H1.HeaderClassName
{
color: #27DFD0;
}
.AnyTagClassName
{
color: #27DFD0;
}
</style>
background-color css
<style>
a { background-color: #27DFD0; }
a { background-color: rgb(39,223,208); }
div.DivClassName
{
background-color: #27DFD0;
}
.BgClassName
{
background-color: #27DFD0;
}
</style>
border-color css
<style>
span { border-color: #27DFD0; }
span { border-color: rgb(39,223,208); }
td.TdClassName
{
border-color: #27DFD0;
}
.TagClassName
{
border-color: #27DFD0;
}
</style>