Shades of Bright Turquoise #27FFDA
Tints of Bright Turquoise #27FFDA
RGB
CMYK
RGB Variations
Color information
#27FFDA (or 0x27FFDA) is known color: Bright Turquoise. HEX triplet: 27, FF and DA. RGB value is (39,255,218). Sum of RGB (Red+Green+Blue) = 39+255+218=512 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.62% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFDA is #D80025. Grayscale: #BABABA. Windows color (decimal): -14155814 or 14352167. OLE color: 14352167.
HSL color Cylindrical-coordinate representation of color #27FFDA: hue angle of 169.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFDA is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 218 | - |
| CMYK | 0.85 | 0 | 0.15 | 0 |
| HSL | 169.72º | 1% | 0.58% | - |
| HSV(B) | 169.72º | 0.85% | 1% | - |
| XYZ | 49.25 | 77.01 | 78.6 | - |
| YUV | 186.2 | 145.94 | 23.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 218 | 0.85 | 0 | 0.15 | 0 | 169.72 | 1 | 0.58 |
| Hex | 27 | FF | DA | 55 | 0 | F | 0 | AA | 64 | 3A |
| Octal | 47 | 377 | 332 | 125 | 0 | 17 | 0 | 252 | 144 | 72 |
| Binary | 100111 | 11111111 | 11011010 | 1010101 | 0 | 1111 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #27FFDA
Complementary color
Monochromatic Colors of #27FFDA
Black with #27FFDA
Text Example
Text Example
White with #27FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFDA; }
p { color: rgb(39,255,218); }
H1.HeaderClassName
{
color: #27FFDA;
}
.AnyTagClassName
{
color: #27FFDA;
}
</style>
background-color css
<style>
a { background-color: #27FFDA; }
a { background-color: rgb(39,255,218); }
div.DivClassName
{
background-color: #27FFDA;
}
.BgClassName
{
background-color: #27FFDA;
}
</style>
border-color css
<style>
span { border-color: #27FFDA; }
span { border-color: rgb(39,255,218); }
td.TdClassName
{
border-color: #27FFDA;
}
.TagClassName
{
border-color: #27FFDA;
}
</style>