Shades of Turquoise #27CFC5
Tints of Turquoise #27CFC5
RGB
CMYK
RGB Variations
Color information
#27CFC5 (or 0x27CFC5) is known color: Turquoise. HEX triplet: 27, CF and C5. RGB value is (39,207,197). Sum of RGB (Red+Green+Blue) = 39+207+197=443 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.80% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFC5 is #D8303A. Grayscale: #9B9B9B. Windows color (decimal): -14168123 or 12963623. OLE color: 12963623.
HSL color Cylindrical-coordinate representation of color #27CFC5: hue angle of 176.43º 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 #27CFC5 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 197 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.19 |
| HSL | 176.43º | 0.68% | 0.48% | - |
| HSV(B) | 176.43º | 0.81% | 0.81% | - |
| XYZ | 33.23 | 49.09 | 60.55 | - |
| YUV | 155.63 | 151.34 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 197 | 0.81 | 0 | 0.05 | 0.19 | 176.43 | 0.68 | 0.48 |
| Hex | 27 | CF | C5 | 51 | 0 | 5 | 13 | B0 | 44 | 30 |
| Octal | 47 | 317 | 305 | 121 | 0 | 5 | 23 | 260 | 104 | 60 |
| Binary | 100111 | 11001111 | 11000101 | 1010001 | 0 | 101 | 10011 | 10110000 | 1000100 | 110000 |
Color Harmonies of #27CFC5
Complementary color
Monochromatic Colors of #27CFC5
Black with #27CFC5
Text Example
Text Example
White with #27CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFC5; }
p { color: rgb(39,207,197); }
H1.HeaderClassName
{
color: #27CFC5;
}
.AnyTagClassName
{
color: #27CFC5;
}
</style>
background-color css
<style>
a { background-color: #27CFC5; }
a { background-color: rgb(39,207,197); }
div.DivClassName
{
background-color: #27CFC5;
}
.BgClassName
{
background-color: #27CFC5;
}
</style>
border-color css
<style>
span { border-color: #27CFC5; }
span { border-color: rgb(39,207,197); }
td.TdClassName
{
border-color: #27CFC5;
}
.TagClassName
{
border-color: #27CFC5;
}
</style>