Shades of Bright Turquoise #05E6F0
Tints of Bright Turquoise #05E6F0
RGB
CMYK
RGB Variations
Color information
#05E6F0 (or 0x05E6F0) is known color: Bright Turquoise. HEX triplet: 05, E6 and F0. RGB value is (5,230,240). Sum of RGB (Red+Green+Blue) = 5+230+240=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #05E6F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05E6F0 is #FA190F. Grayscale: #A3A3A3. Windows color (decimal): -16390416 or 15787525. OLE color: 15787525.
HSL color Cylindrical-coordinate representation of color #05E6F0: hue angle of 182.55º 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 #05E6F0 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 230 | 240 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.06 |
| HSL | 182.55º | 0.96% | 0.48% | - |
| HSV(B) | 182.55º | 0.98% | 0.94% | - |
| XYZ | 44.09 | 62.92 | 92.26 | - |
| YUV | 163.87 | 170.96 | 14.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 230 | 240 | 0.98 | 0.04 | 0 | 0.06 | 182.55 | 0.96 | 0.48 |
| Hex | 5 | E6 | F0 | 62 | 4 | 0 | 6 | B7 | 60 | 30 |
| Octal | 5 | 346 | 360 | 142 | 4 | 0 | 6 | 267 | 140 | 60 |
| Binary | 101 | 11100110 | 11110000 | 1100010 | 100 | 0 | 110 | 10110111 | 1100000 | 110000 |
Color Harmonies of #05E6F0
Complementary color
Monochromatic Colors of #05E6F0
Black with #05E6F0
Text Example
Text Example
White with #05E6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E6F0; }
p { color: rgb(5,230,240); }
H1.HeaderClassName
{
color: #05E6F0;
}
.AnyTagClassName
{
color: #05E6F0;
}
</style>
background-color css
<style>
a { background-color: #05E6F0; }
a { background-color: rgb(5,230,240); }
div.DivClassName
{
background-color: #05E6F0;
}
.BgClassName
{
background-color: #05E6F0;
}
</style>
border-color css
<style>
span { border-color: #05E6F0; }
span { border-color: rgb(5,230,240); }
td.TdClassName
{
border-color: #05E6F0;
}
.TagClassName
{
border-color: #05E6F0;
}
</style>