Shades of Turquoise #27CFC1
Tints of Turquoise #27CFC1
RGB
CMYK
RGB Variations
Color information
#27CFC1 (or 0x27CFC1) is known color: Turquoise. HEX triplet: 27, CF and C1. RGB value is (39,207,193). Sum of RGB (Red+Green+Blue) = 39+207+193=439 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.88% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFC1 is #D8303E. Grayscale: #9B9B9B. Windows color (decimal): -14168127 or 12701479. OLE color: 12701479.
HSL color Cylindrical-coordinate representation of color #27CFC1: hue angle of 175º 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 #27CFC1 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 193 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.19 |
| HSL | 175º | 0.68% | 0.48% | - |
| HSV(B) | 175º | 0.81% | 0.81% | - |
| XYZ | 32.78 | 48.91 | 58.16 | - |
| YUV | 155.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 193 | 0.81 | 0 | 0.07 | 0.19 | 175 | 0.68 | 0.48 |
| Hex | 27 | CF | C1 | 51 | 0 | 7 | 13 | AF | 44 | 30 |
| Octal | 47 | 317 | 301 | 121 | 0 | 7 | 23 | 257 | 104 | 60 |
| Binary | 100111 | 11001111 | 11000001 | 1010001 | 0 | 111 | 10011 | 10101111 | 1000100 | 110000 |
Color Harmonies of #27CFC1
Complementary color
Monochromatic Colors of #27CFC1
Black with #27CFC1
Text Example
Text Example
White with #27CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFC1; }
p { color: rgb(39,207,193); }
H1.HeaderClassName
{
color: #27CFC1;
}
.AnyTagClassName
{
color: #27CFC1;
}
</style>
background-color css
<style>
a { background-color: #27CFC1; }
a { background-color: rgb(39,207,193); }
div.DivClassName
{
background-color: #27CFC1;
}
.BgClassName
{
background-color: #27CFC1;
}
</style>
border-color css
<style>
span { border-color: #27CFC1; }
span { border-color: rgb(39,207,193); }
td.TdClassName
{
border-color: #27CFC1;
}
.TagClassName
{
border-color: #27CFC1;
}
</style>