Shades of Turquoise #27FABD
Tints of Turquoise #27FABD
RGB
CMYK
RGB Variations
Color information
#27FABD (or 0x27FABD) is known color: Turquoise. HEX triplet: 27, FA and BD. RGB value is (39,250,189). Sum of RGB (Red+Green+Blue) = 39+250+189=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #27FABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FABD is #D80542. Grayscale: #B3B3B3. Windows color (decimal): -14157123 or 12450343. OLE color: 12450343.
HSL color Cylindrical-coordinate representation of color #27FABD: hue angle of 162.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FABD is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 250 | 189 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.02 |
| HSL | 162.65º | 0.95% | 0.57% | - |
| HSV(B) | 162.65º | 0.84% | 0.98% | - |
| XYZ | 44.21 | 72.48 | 59.8 | - |
| YUV | 179.96 | 133.1 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 250 | 189 | 0.84 | 0 | 0.24 | 0.02 | 162.65 | 0.95 | 0.57 |
| Hex | 27 | FA | BD | 54 | 0 | 18 | 2 | A3 | 5F | 39 |
| Octal | 47 | 372 | 275 | 124 | 0 | 30 | 2 | 243 | 137 | 71 |
| Binary | 100111 | 11111010 | 10111101 | 1010100 | 0 | 11000 | 10 | 10100011 | 1011111 | 111001 |
Color Harmonies of #27FABD
Complementary color
Monochromatic Colors of #27FABD
Black with #27FABD
Text Example
Text Example
White with #27FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FABD; }
p { color: rgb(39,250,189); }
H1.HeaderClassName
{
color: #27FABD;
}
.AnyTagClassName
{
color: #27FABD;
}
</style>
background-color css
<style>
a { background-color: #27FABD; }
a { background-color: rgb(39,250,189); }
div.DivClassName
{
background-color: #27FABD;
}
.BgClassName
{
background-color: #27FABD;
}
</style>
border-color css
<style>
span { border-color: #27FABD; }
span { border-color: rgb(39,250,189); }
td.TdClassName
{
border-color: #27FABD;
}
.TagClassName
{
border-color: #27FABD;
}
</style>