Shades of Turquoise #27ECCF
Tints of Turquoise #27ECCF
RGB
CMYK
RGB Variations
Color information
#27ECCF (or 0x27ECCF) is known color: Turquoise. HEX triplet: 27, EC and CF. RGB value is (39,236,207). Sum of RGB (Red+Green+Blue) = 39+236+207=482 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.09% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #27ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27ECCF is #D81330. Grayscale: #ADADAD. Windows color (decimal): -14160689 or 13626407. OLE color: 13626407.
HSL color Cylindrical-coordinate representation of color #27ECCF: hue angle of 171.17º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27ECCF is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 236 | 207 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.07 |
| HSL | 171.17º | 0.84% | 0.54% | - |
| HSV(B) | 171.17º | 0.83% | 0.93% | - |
| XYZ | 42.09 | 64.93 | 69.35 | - |
| YUV | 173.79 | 146.73 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 236 | 207 | 0.83 | 0 | 0.12 | 0.07 | 171.17 | 0.84 | 0.54 |
| Hex | 27 | EC | CF | 53 | 0 | C | 7 | AB | 54 | 36 |
| Octal | 47 | 354 | 317 | 123 | 0 | 14 | 7 | 253 | 124 | 66 |
| Binary | 100111 | 11101100 | 11001111 | 1010011 | 0 | 1100 | 111 | 10101011 | 1010100 | 110110 |
Color Harmonies of #27ECCF
Complementary color
Monochromatic Colors of #27ECCF
Black with #27ECCF
Text Example
Text Example
White with #27ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ECCF; }
p { color: rgb(39,236,207); }
H1.HeaderClassName
{
color: #27ECCF;
}
.AnyTagClassName
{
color: #27ECCF;
}
</style>
background-color css
<style>
a { background-color: #27ECCF; }
a { background-color: rgb(39,236,207); }
div.DivClassName
{
background-color: #27ECCF;
}
.BgClassName
{
background-color: #27ECCF;
}
</style>
border-color css
<style>
span { border-color: #27ECCF; }
span { border-color: rgb(39,236,207); }
td.TdClassName
{
border-color: #27ECCF;
}
.TagClassName
{
border-color: #27ECCF;
}
</style>