Shades of Turquoise #27DFDF
Tints of Turquoise #27DFDF
RGB
CMYK
RGB Variations
Color information
#27DFDF (or 0x27DFDF) is known color: Turquoise. HEX triplet: 27, DF and DF. RGB value is (39,223,223). Sum of RGB (Red+Green+Blue) = 39+223+223=485 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.04% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #27DFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFDF is #D82020. Grayscale: #A7A7A7. Windows color (decimal): -14164001 or 14671655. OLE color: 14671655.
HSL color Cylindrical-coordinate representation of color #27DFDF: hue angle of 180º 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 #27DFDF is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 223 | - |
| CMYK | 0.83 | 0 | 0 | 0.13 |
| HSL | 180º | 0.74% | 0.51% | - |
| HSV(B) | 180º | 0.83% | 0.87% | - |
| XYZ | 40.54 | 58.53 | 78.97 | - |
| YUV | 167.98 | 159.04 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 223 | 0.83 | 0 | 0 | 0.13 | 180 | 0.74 | 0.51 |
| Hex | 27 | DF | DF | 53 | 0 | 0 | D | B4 | 4A | 33 |
| Octal | 47 | 337 | 337 | 123 | 0 | 0 | 15 | 264 | 112 | 63 |
| Binary | 100111 | 11011111 | 11011111 | 1010011 | 0 | 0 | 1101 | 10110100 | 1001010 | 110011 |
Color Harmonies of #27DFDF
Complementary color
Monochromatic Colors of #27DFDF
Black with #27DFDF
Text Example
Text Example
White with #27DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFDF; }
p { color: rgb(39,223,223); }
H1.HeaderClassName
{
color: #27DFDF;
}
.AnyTagClassName
{
color: #27DFDF;
}
</style>
background-color css
<style>
a { background-color: #27DFDF; }
a { background-color: rgb(39,223,223); }
div.DivClassName
{
background-color: #27DFDF;
}
.BgClassName
{
background-color: #27DFDF;
}
</style>
border-color css
<style>
span { border-color: #27DFDF; }
span { border-color: rgb(39,223,223); }
td.TdClassName
{
border-color: #27DFDF;
}
.TagClassName
{
border-color: #27DFDF;
}
</style>