Shades of Turquoise #27D8DF
Tints of Turquoise #27D8DF
RGB
CMYK
RGB Variations
Color information
#27D8DF (or 0x27D8DF) is known color: Turquoise. HEX triplet: 27, D8 and DF. RGB value is (39,216,223). Sum of RGB (Red+Green+Blue) = 39+216+223=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #27D8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8DF is #D82720. Grayscale: #A3A3A3. Windows color (decimal): -14165793 or 14669863. OLE color: 14669863.
HSL color Cylindrical-coordinate representation of color #27D8DF: hue angle of 182.28º 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 #27D8DF is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 216 | 223 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.13 |
| HSL | 182.28º | 0.74% | 0.51% | - |
| HSV(B) | 182.28º | 0.83% | 0.87% | - |
| XYZ | 38.71 | 54.87 | 78.36 | - |
| YUV | 163.88 | 161.36 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 223 | 0.83 | 0.03 | 0 | 0.13 | 182.28 | 0.74 | 0.51 |
| Hex | 27 | D8 | DF | 53 | 3 | 0 | D | B6 | 4A | 33 |
| Octal | 47 | 330 | 337 | 123 | 3 | 0 | 15 | 266 | 112 | 63 |
| Binary | 100111 | 11011000 | 11011111 | 1010011 | 11 | 0 | 1101 | 10110110 | 1001010 | 110011 |
Color Harmonies of #27D8DF
Complementary color
Monochromatic Colors of #27D8DF
Black with #27D8DF
Text Example
Text Example
White with #27D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D8DF; }
p { color: rgb(39,216,223); }
H1.HeaderClassName
{
color: #27D8DF;
}
.AnyTagClassName
{
color: #27D8DF;
}
</style>
background-color css
<style>
a { background-color: #27D8DF; }
a { background-color: rgb(39,216,223); }
div.DivClassName
{
background-color: #27D8DF;
}
.BgClassName
{
background-color: #27D8DF;
}
</style>
border-color css
<style>
span { border-color: #27D8DF; }
span { border-color: rgb(39,216,223); }
td.TdClassName
{
border-color: #27D8DF;
}
.TagClassName
{
border-color: #27D8DF;
}
</style>