Shades of Bright Turquoise #05F3EC
Tints of Bright Turquoise #05F3EC
RGB
CMYK
RGB Variations
Color information
#05F3EC (or 0x05F3EC) is known color: Bright Turquoise. HEX triplet: 05, F3 and EC. RGB value is (5,243,236). Sum of RGB (Red+Green+Blue) = 5+243+236=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #05F3EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F3EC is #FA0C13. Grayscale: #AAAAAA. Windows color (decimal): -16387092 or 15528709. OLE color: 15528709.
HSL color Cylindrical-coordinate representation of color #05F3EC: hue angle of 178.24º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F3EC is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 243 | 236 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.05 |
| HSL | 178.24º | 0.96% | 0.49% | - |
| HSV(B) | 178.24º | 0.98% | 0.95% | - |
| XYZ | 47.25 | 70.19 | 90.41 | - |
| YUV | 171.04 | 164.65 | 9.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 243 | 236 | 0.98 | 0 | 0.03 | 0.05 | 178.24 | 0.96 | 0.49 |
| Hex | 5 | F3 | EC | 62 | 0 | 3 | 5 | B2 | 60 | 31 |
| Octal | 5 | 363 | 354 | 142 | 0 | 3 | 5 | 262 | 140 | 61 |
| Binary | 101 | 11110011 | 11101100 | 1100010 | 0 | 11 | 101 | 10110010 | 1100000 | 110001 |
Color Harmonies of #05F3EC
Complementary color
Monochromatic Colors of #05F3EC
Black with #05F3EC
Text Example
Text Example
White with #05F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F3EC; }
p { color: rgb(5,243,236); }
H1.HeaderClassName
{
color: #05F3EC;
}
.AnyTagClassName
{
color: #05F3EC;
}
</style>
background-color css
<style>
a { background-color: #05F3EC; }
a { background-color: rgb(5,243,236); }
div.DivClassName
{
background-color: #05F3EC;
}
.BgClassName
{
background-color: #05F3EC;
}
</style>
border-color css
<style>
span { border-color: #05F3EC; }
span { border-color: rgb(5,243,236); }
td.TdClassName
{
border-color: #05F3EC;
}
.TagClassName
{
border-color: #05F3EC;
}
</style>