Shades of Turquoise #27CFC6
Tints of Turquoise #27CFC6
RGB
CMYK
RGB Variations
Color information
#27CFC6 (or 0x27CFC6) is known color: Turquoise. HEX triplet: 27, CF and C6. RGB value is (39,207,198). Sum of RGB (Red+Green+Blue) = 39+207+198=444 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.78% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFC6 is #D83039. Grayscale: #9B9B9B. Windows color (decimal): -14168122 or 13029159. OLE color: 13029159.
HSL color Cylindrical-coordinate representation of color #27CFC6: hue angle of 176.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CFC6 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 198 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.19 |
| HSL | 176.79º | 0.68% | 0.48% | - |
| HSV(B) | 176.79º | 0.81% | 0.81% | - |
| XYZ | 33.34 | 49.13 | 61.15 | - |
| YUV | 155.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 198 | 0.81 | 0 | 0.04 | 0.19 | 176.79 | 0.68 | 0.48 |
| Hex | 27 | CF | C6 | 51 | 0 | 4 | 13 | B1 | 44 | 30 |
| Octal | 47 | 317 | 306 | 121 | 0 | 4 | 23 | 261 | 104 | 60 |
| Binary | 100111 | 11001111 | 11000110 | 1010001 | 0 | 100 | 10011 | 10110001 | 1000100 | 110000 |
Color Harmonies of #27CFC6
Complementary color
Monochromatic Colors of #27CFC6
Black with #27CFC6
Text Example
Text Example
White with #27CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFC6; }
p { color: rgb(39,207,198); }
H1.HeaderClassName
{
color: #27CFC6;
}
.AnyTagClassName
{
color: #27CFC6;
}
</style>
background-color css
<style>
a { background-color: #27CFC6; }
a { background-color: rgb(39,207,198); }
div.DivClassName
{
background-color: #27CFC6;
}
.BgClassName
{
background-color: #27CFC6;
}
</style>
border-color css
<style>
span { border-color: #27CFC6; }
span { border-color: rgb(39,207,198); }
td.TdClassName
{
border-color: #27CFC6;
}
.TagClassName
{
border-color: #27CFC6;
}
</style>