Shades of Bright Turquoise #27FDE0
Tints of Bright Turquoise #27FDE0
RGB
CMYK
RGB Variations
Color information
#27FDE0 (or 0x27FDE0) is known color: Bright Turquoise. HEX triplet: 27, FD and E0. RGB value is (39,253,224). Sum of RGB (Red+Green+Blue) = 39+253+224=516 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.56% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FDE0 is #D8021F. Grayscale: #B9B9B9. Windows color (decimal): -14156320 or 14744871. OLE color: 14744871.
HSL color Cylindrical-coordinate representation of color #27FDE0: hue angle of 171.87º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FDE0 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 253 | 224 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.01 |
| HSL | 171.87º | 0.98% | 0.57% | - |
| HSV(B) | 171.87º | 0.85% | 0.99% | - |
| XYZ | 49.42 | 76.06 | 82.6 | - |
| YUV | 185.71 | 149.6 | 23.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 253 | 224 | 0.85 | 0 | 0.11 | 0.01 | 171.87 | 0.98 | 0.57 |
| Hex | 27 | FD | E0 | 55 | 0 | B | 1 | AC | 62 | 39 |
| Octal | 47 | 375 | 340 | 125 | 0 | 13 | 1 | 254 | 142 | 71 |
| Binary | 100111 | 11111101 | 11100000 | 1010101 | 0 | 1011 | 1 | 10101100 | 1100010 | 111001 |
Color Harmonies of #27FDE0
Complementary color
Monochromatic Colors of #27FDE0
Black with #27FDE0
Text Example
Text Example
White with #27FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FDE0; }
p { color: rgb(39,253,224); }
H1.HeaderClassName
{
color: #27FDE0;
}
.AnyTagClassName
{
color: #27FDE0;
}
</style>
background-color css
<style>
a { background-color: #27FDE0; }
a { background-color: rgb(39,253,224); }
div.DivClassName
{
background-color: #27FDE0;
}
.BgClassName
{
background-color: #27FDE0;
}
</style>
border-color css
<style>
span { border-color: #27FDE0; }
span { border-color: rgb(39,253,224); }
td.TdClassName
{
border-color: #27FDE0;
}
.TagClassName
{
border-color: #27FDE0;
}
</style>