Shades of Bright Turquoise #27E4FF
Tints of Bright Turquoise #27E4FF
RGB
CMYK
RGB Variations
Color information
#27E4FF (or 0x27E4FF) is known color: Bright Turquoise. HEX triplet: 27, E4 and FF. RGB value is (39,228,255). Sum of RGB (Red+Green+Blue) = 39+228+255=522 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.47% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #27E4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E4FF is #D81B00. Grayscale: #AEAEAE. Windows color (decimal): -14162689 or 16770087. OLE color: 16770087.
HSL color Cylindrical-coordinate representation of color #27E4FF: hue angle of 187.5º 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 #27E4FF is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 228 | 255 | - |
| CMYK | 0.85 | 0.11 | 0 | 0 |
| HSL | 187.5º | 1% | 0.58% | - |
| HSV(B) | 187.5º | 0.85% | 1% | - |
| XYZ | 46.63 | 63.14 | 104.34 | - |
| YUV | 174.57 | 173.38 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 255 | 0.85 | 0.11 | 0 | 0 | 187.5 | 1 | 0.58 |
| Hex | 27 | E4 | FF | 55 | B | 0 | 0 | BC | 64 | 3A |
| Octal | 47 | 344 | 377 | 125 | 13 | 0 | 0 | 274 | 144 | 72 |
| Binary | 100111 | 11100100 | 11111111 | 1010101 | 1011 | 0 | 0 | 10111100 | 1100100 | 111010 |
Color Harmonies of #27E4FF
Complementary color
Monochromatic Colors of #27E4FF
Black with #27E4FF
Text Example
Text Example
White with #27E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E4FF; }
p { color: rgb(39,228,255); }
H1.HeaderClassName
{
color: #27E4FF;
}
.AnyTagClassName
{
color: #27E4FF;
}
</style>
background-color css
<style>
a { background-color: #27E4FF; }
a { background-color: rgb(39,228,255); }
div.DivClassName
{
background-color: #27E4FF;
}
.BgClassName
{
background-color: #27E4FF;
}
</style>
border-color css
<style>
span { border-color: #27E4FF; }
span { border-color: rgb(39,228,255); }
td.TdClassName
{
border-color: #27E4FF;
}
.TagClassName
{
border-color: #27E4FF;
}
</style>