Shades of Bright Turquoise #05FEE7
Tints of Bright Turquoise #05FEE7
RGB
CMYK
RGB Variations
Color information
#05FEE7 (or 0x05FEE7) is known color: Bright Turquoise. HEX triplet: 05, FE and E7. RGB value is (5,254,231). Sum of RGB (Red+Green+Blue) = 5+254+231=490 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FEE7 is #FA0118. Grayscale: #B0B0B0. Windows color (decimal): -16384281 or 15203845. OLE color: 15203845.
HSL color Cylindrical-coordinate representation of color #05FEE7: hue angle of 174.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FEE7 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 231 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.00 |
| HSL | 174.46º | 0.99% | 0.51% | - |
| HSV(B) | 174.46º | 0.98% | 1% | - |
| XYZ | 49.93 | 76.69 | 87.77 | - |
| YUV | 176.93 | 158.51 | 5.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 231 | 0.98 | 0 | 0.09 | 0.00 | 174.46 | 0.99 | 0.51 |
| Hex | 5 | FE | E7 | 62 | 0 | 9 | 0 | AE | 63 | 33 |
| Octal | 5 | 376 | 347 | 142 | 0 | 11 | 0 | 256 | 143 | 63 |
| Binary | 101 | 11111110 | 11100111 | 1100010 | 0 | 1001 | 0 | 10101110 | 1100011 | 110011 |
Color Harmonies of #05FEE7
Complementary color
Monochromatic Colors of #05FEE7
Black with #05FEE7
Text Example
Text Example
White with #05FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FEE7; }
p { color: rgb(5,254,231); }
H1.HeaderClassName
{
color: #05FEE7;
}
.AnyTagClassName
{
color: #05FEE7;
}
</style>
background-color css
<style>
a { background-color: #05FEE7; }
a { background-color: rgb(5,254,231); }
div.DivClassName
{
background-color: #05FEE7;
}
.BgClassName
{
background-color: #05FEE7;
}
</style>
border-color css
<style>
span { border-color: #05FEE7; }
span { border-color: rgb(5,254,231); }
td.TdClassName
{
border-color: #05FEE7;
}
.TagClassName
{
border-color: #05FEE7;
}
</style>