Shades of Bright Turquoise #27E1FE
Tints of Bright Turquoise #27E1FE
RGB
CMYK
RGB Variations
Color information
#27E1FE (or 0x27E1FE) is known color: Bright Turquoise. HEX triplet: 27, E1 and FE. RGB value is (39,225,254). Sum of RGB (Red+Green+Blue) = 39+225+254=518 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.53% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #27E1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E1FE is #D81E01. Grayscale: #ACACAC. Windows color (decimal): -14163458 or 16703783. OLE color: 16703783.
HSL color Cylindrical-coordinate representation of color #27E1FE: hue angle of 188.09º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27E1FE is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 225 | 254 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.00 |
| HSL | 188.09º | 0.99% | 0.57% | - |
| HSV(B) | 188.09º | 0.85% | 1% | - |
| XYZ | 45.65 | 61.44 | 103.22 | - |
| YUV | 172.69 | 173.88 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 225 | 254 | 0.85 | 0.11 | 0 | 0.00 | 188.09 | 0.99 | 0.57 |
| Hex | 27 | E1 | FE | 55 | B | 0 | 0 | BC | 63 | 39 |
| Octal | 47 | 341 | 376 | 125 | 13 | 0 | 0 | 274 | 143 | 71 |
| Binary | 100111 | 11100001 | 11111110 | 1010101 | 1011 | 0 | 0 | 10111100 | 1100011 | 111001 |
Color Harmonies of #27E1FE
Complementary color
Monochromatic Colors of #27E1FE
Black with #27E1FE
Text Example
Text Example
White with #27E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E1FE; }
p { color: rgb(39,225,254); }
H1.HeaderClassName
{
color: #27E1FE;
}
.AnyTagClassName
{
color: #27E1FE;
}
</style>
background-color css
<style>
a { background-color: #27E1FE; }
a { background-color: rgb(39,225,254); }
div.DivClassName
{
background-color: #27E1FE;
}
.BgClassName
{
background-color: #27E1FE;
}
</style>
border-color css
<style>
span { border-color: #27E1FE; }
span { border-color: rgb(39,225,254); }
td.TdClassName
{
border-color: #27E1FE;
}
.TagClassName
{
border-color: #27E1FE;
}
</style>