Shades of Bright Turquoise #27E8F3
Tints of Bright Turquoise #27E8F3
RGB
CMYK
RGB Variations
Color information
#27E8F3 (or 0x27E8F3) is known color: Bright Turquoise. HEX triplet: 27, E8 and F3. RGB value is (39,232,243). Sum of RGB (Red+Green+Blue) = 39+232+243=514 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.59% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #27E8F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27E8F3 is #D8170C. Grayscale: #AFAFAF. Windows color (decimal): -14161677 or 15984679. OLE color: 15984679.
HSL color Cylindrical-coordinate representation of color #27E8F3: hue angle of 183.24º degrees, saturation: 0.89, 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 #27E8F3 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 232 | 243 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.05 |
| HSL | 183.24º | 0.89% | 0.55% | - |
| HSV(B) | 183.24º | 0.84% | 0.95% | - |
| XYZ | 45.87 | 64.62 | 94.85 | - |
| YUV | 175.55 | 166.06 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 232 | 243 | 0.84 | 0.05 | 0 | 0.05 | 183.24 | 0.89 | 0.55 |
| Hex | 27 | E8 | F3 | 54 | 5 | 0 | 5 | B7 | 59 | 37 |
| Octal | 47 | 350 | 363 | 124 | 5 | 0 | 5 | 267 | 131 | 67 |
| Binary | 100111 | 11101000 | 11110011 | 1010100 | 101 | 0 | 101 | 10110111 | 1011001 | 110111 |
Color Harmonies of #27E8F3
Complementary color
Monochromatic Colors of #27E8F3
Black with #27E8F3
Text Example
Text Example
White with #27E8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E8F3; }
p { color: rgb(39,232,243); }
H1.HeaderClassName
{
color: #27E8F3;
}
.AnyTagClassName
{
color: #27E8F3;
}
</style>
background-color css
<style>
a { background-color: #27E8F3; }
a { background-color: rgb(39,232,243); }
div.DivClassName
{
background-color: #27E8F3;
}
.BgClassName
{
background-color: #27E8F3;
}
</style>
border-color css
<style>
span { border-color: #27E8F3; }
span { border-color: rgb(39,232,243); }
td.TdClassName
{
border-color: #27E8F3;
}
.TagClassName
{
border-color: #27E8F3;
}
</style>