Shades of Turquoise #27CFBE
Tints of Turquoise #27CFBE
RGB
CMYK
RGB Variations
Color information
#27CFBE (or 0x27CFBE) is known color: Turquoise. HEX triplet: 27, CF and BE. RGB value is (39,207,190). Sum of RGB (Red+Green+Blue) = 39+207+190=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFBE is #D83041. Grayscale: #9A9A9A. Windows color (decimal): -14168130 or 12504871. OLE color: 12504871.
HSL color Cylindrical-coordinate representation of color #27CFBE: hue angle of 173.93º 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 #27CFBE is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 190 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.19 |
| HSL | 173.93º | 0.68% | 0.48% | - |
| HSV(B) | 173.93º | 0.81% | 0.81% | - |
| XYZ | 32.44 | 48.77 | 56.42 | - |
| YUV | 154.83 | 147.84 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 190 | 0.81 | 0 | 0.08 | 0.19 | 173.93 | 0.68 | 0.48 |
| Hex | 27 | CF | BE | 51 | 0 | 8 | 13 | AE | 44 | 30 |
| Octal | 47 | 317 | 276 | 121 | 0 | 10 | 23 | 256 | 104 | 60 |
| Binary | 100111 | 11001111 | 10111110 | 1010001 | 0 | 1000 | 10011 | 10101110 | 1000100 | 110000 |
Color Harmonies of #27CFBE
Complementary color
Monochromatic Colors of #27CFBE
Black with #27CFBE
Text Example
Text Example
White with #27CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFBE; }
p { color: rgb(39,207,190); }
H1.HeaderClassName
{
color: #27CFBE;
}
.AnyTagClassName
{
color: #27CFBE;
}
</style>
background-color css
<style>
a { background-color: #27CFBE; }
a { background-color: rgb(39,207,190); }
div.DivClassName
{
background-color: #27CFBE;
}
.BgClassName
{
background-color: #27CFBE;
}
</style>
border-color css
<style>
span { border-color: #27CFBE; }
span { border-color: rgb(39,207,190); }
td.TdClassName
{
border-color: #27CFBE;
}
.TagClassName
{
border-color: #27CFBE;
}
</style>