Shades of Bright Turquoise #05F9E5
Tints of Bright Turquoise #05F9E5
RGB
CMYK
RGB Variations
Color information
#05F9E5 (or 0x05F9E5) is known color: Bright Turquoise. HEX triplet: 05, F9 and E5. RGB value is (5,249,229). Sum of RGB (Red+Green+Blue) = 5+249+229=483 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #05F9E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F9E5 is #FA061A. Grayscale: #ADADAD. Windows color (decimal): -16385563 or 15071493. OLE color: 15071493.
HSL color Cylindrical-coordinate representation of color #05F9E5: hue angle of 175.08º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F9E5 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 229 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.02 |
| HSL | 175.08º | 0.96% | 0.5% | - |
| HSV(B) | 175.08º | 0.98% | 0.98% | - |
| XYZ | 48.08 | 73.44 | 85.77 | - |
| YUV | 173.76 | 159.16 | 7.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 229 | 0.98 | 0 | 0.08 | 0.02 | 175.08 | 0.96 | 0.5 |
| Hex | 5 | F9 | E5 | 62 | 0 | 8 | 2 | AF | 60 | 32 |
| Octal | 5 | 371 | 345 | 142 | 0 | 10 | 2 | 257 | 140 | 62 |
| Binary | 101 | 11111001 | 11100101 | 1100010 | 0 | 1000 | 10 | 10101111 | 1100000 | 110010 |
Color Harmonies of #05F9E5
Complementary color
Monochromatic Colors of #05F9E5
Black with #05F9E5
Text Example
Text Example
White with #05F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F9E5; }
p { color: rgb(5,249,229); }
H1.HeaderClassName
{
color: #05F9E5;
}
.AnyTagClassName
{
color: #05F9E5;
}
</style>
background-color css
<style>
a { background-color: #05F9E5; }
a { background-color: rgb(5,249,229); }
div.DivClassName
{
background-color: #05F9E5;
}
.BgClassName
{
background-color: #05F9E5;
}
</style>
border-color css
<style>
span { border-color: #05F9E5; }
span { border-color: rgb(5,249,229); }
td.TdClassName
{
border-color: #05F9E5;
}
.TagClassName
{
border-color: #05F9E5;
}
</style>