Shades of Turquoise #27F5BD
Tints of Turquoise #27F5BD
RGB
CMYK
RGB Variations
Color information
#27F5BD (or 0x27F5BD) is known color: Turquoise. HEX triplet: 27, F5 and BD. RGB value is (39,245,189). Sum of RGB (Red+Green+Blue) = 39+245+189=473 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.25% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #27F5BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F5BD is #D80A42. Grayscale: #B1B1B1. Windows color (decimal): -14158403 or 12449063. OLE color: 12449063.
HSL color Cylindrical-coordinate representation of color #27F5BD: hue angle of 163.69º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F5BD is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 245 | 189 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.04 |
| HSL | 163.69º | 0.91% | 0.56% | - |
| HSV(B) | 163.69º | 0.84% | 0.96% | - |
| XYZ | 42.67 | 69.41 | 59.29 | - |
| YUV | 177.02 | 134.75 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 245 | 189 | 0.84 | 0 | 0.23 | 0.04 | 163.69 | 0.91 | 0.56 |
| Hex | 27 | F5 | BD | 54 | 0 | 17 | 4 | A4 | 5B | 38 |
| Octal | 47 | 365 | 275 | 124 | 0 | 27 | 4 | 244 | 133 | 70 |
| Binary | 100111 | 11110101 | 10111101 | 1010100 | 0 | 10111 | 100 | 10100100 | 1011011 | 111000 |
Color Harmonies of #27F5BD
Complementary color
Monochromatic Colors of #27F5BD
Black with #27F5BD
Text Example
Text Example
White with #27F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F5BD; }
p { color: rgb(39,245,189); }
H1.HeaderClassName
{
color: #27F5BD;
}
.AnyTagClassName
{
color: #27F5BD;
}
</style>
background-color css
<style>
a { background-color: #27F5BD; }
a { background-color: rgb(39,245,189); }
div.DivClassName
{
background-color: #27F5BD;
}
.BgClassName
{
background-color: #27F5BD;
}
</style>
border-color css
<style>
span { border-color: #27F5BD; }
span { border-color: rgb(39,245,189); }
td.TdClassName
{
border-color: #27F5BD;
}
.TagClassName
{
border-color: #27F5BD;
}
</style>