Shades of Bright Turquoise #05F0E6
Tints of Bright Turquoise #05F0E6
RGB
CMYK
RGB Variations
Color information
#05F0E6 (or 0x05F0E6) is known color: Bright Turquoise. HEX triplet: 05, F0 and E6. RGB value is (5,240,230). Sum of RGB (Red+Green+Blue) = 5+240+230=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #05F0E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F0E6 is #FA0F19. Grayscale: #A8A8A8. Windows color (decimal): -16387866 or 15134725. OLE color: 15134725.
HSL color Cylindrical-coordinate representation of color #05F0E6: hue angle of 177.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F0E6 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 230 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.06 |
| HSL | 177.45º | 0.96% | 0.48% | - |
| HSV(B) | 177.45º | 0.98% | 0.94% | - |
| XYZ | 45.51 | 68.07 | 85.6 | - |
| YUV | 168.6 | 162.64 | 11.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 230 | 0.98 | 0 | 0.04 | 0.06 | 177.45 | 0.96 | 0.48 |
| Hex | 5 | F0 | E6 | 62 | 0 | 4 | 6 | B1 | 60 | 30 |
| Octal | 5 | 360 | 346 | 142 | 0 | 4 | 6 | 261 | 140 | 60 |
| Binary | 101 | 11110000 | 11100110 | 1100010 | 0 | 100 | 110 | 10110001 | 1100000 | 110000 |
Color Harmonies of #05F0E6
Complementary color
Monochromatic Colors of #05F0E6
Black with #05F0E6
Text Example
Text Example
White with #05F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F0E6; }
p { color: rgb(5,240,230); }
H1.HeaderClassName
{
color: #05F0E6;
}
.AnyTagClassName
{
color: #05F0E6;
}
</style>
background-color css
<style>
a { background-color: #05F0E6; }
a { background-color: rgb(5,240,230); }
div.DivClassName
{
background-color: #05F0E6;
}
.BgClassName
{
background-color: #05F0E6;
}
</style>
border-color css
<style>
span { border-color: #05F0E6; }
span { border-color: rgb(5,240,230); }
td.TdClassName
{
border-color: #05F0E6;
}
.TagClassName
{
border-color: #05F0E6;
}
</style>