Shades of Bright Turquoise #27E0F1
Tints of Bright Turquoise #27E0F1
RGB
CMYK
RGB Variations
Color information
#27E0F1 (or 0x27E0F1) is known color: Bright Turquoise. HEX triplet: 27, E0 and F1. RGB value is (39,224,241). Sum of RGB (Red+Green+Blue) = 39+224+241=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #27E0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E0F1 is #D81F0E. Grayscale: #AAAAAA. Windows color (decimal): -14163727 or 15851559. OLE color: 15851559.
HSL color Cylindrical-coordinate representation of color #27E0F1: hue angle of 185.05º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27E0F1 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 224 | 241 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.05 |
| HSL | 185.05º | 0.88% | 0.55% | - |
| HSV(B) | 185.05º | 0.84% | 0.95% | - |
| XYZ | 43.37 | 60.09 | 92.53 | - |
| YUV | 170.62 | 167.71 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 224 | 241 | 0.84 | 0.07 | 0 | 0.05 | 185.05 | 0.88 | 0.55 |
| Hex | 27 | E0 | F1 | 54 | 7 | 0 | 5 | B9 | 58 | 37 |
| Octal | 47 | 340 | 361 | 124 | 7 | 0 | 5 | 271 | 130 | 67 |
| Binary | 100111 | 11100000 | 11110001 | 1010100 | 111 | 0 | 101 | 10111001 | 1011000 | 110111 |
Color Harmonies of #27E0F1
Complementary color
Monochromatic Colors of #27E0F1
Black with #27E0F1
Text Example
Text Example
White with #27E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E0F1; }
p { color: rgb(39,224,241); }
H1.HeaderClassName
{
color: #27E0F1;
}
.AnyTagClassName
{
color: #27E0F1;
}
</style>
background-color css
<style>
a { background-color: #27E0F1; }
a { background-color: rgb(39,224,241); }
div.DivClassName
{
background-color: #27E0F1;
}
.BgClassName
{
background-color: #27E0F1;
}
</style>
border-color css
<style>
span { border-color: #27E0F1; }
span { border-color: rgb(39,224,241); }
td.TdClassName
{
border-color: #27E0F1;
}
.TagClassName
{
border-color: #27E0F1;
}
</style>