Shades of Bright Turquoise #05EDF2
Tints of Bright Turquoise #05EDF2
RGB
CMYK
RGB Variations
Color information
#05EDF2 (or 0x05EDF2) is known color: Bright Turquoise. HEX triplet: 05, ED and F2. RGB value is (5,237,242). Sum of RGB (Red+Green+Blue) = 5+237+242=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #05EDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EDF2 is #FA120D. Grayscale: #A7A7A7. Windows color (decimal): -16388622 or 15920389. OLE color: 15920389.
HSL color Cylindrical-coordinate representation of color #05EDF2: hue angle of 181.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EDF2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 237 | 242 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.05 |
| HSL | 181.27º | 0.96% | 0.48% | - |
| HSV(B) | 181.27º | 0.98% | 0.95% | - |
| XYZ | 46.37 | 67.01 | 94.49 | - |
| YUV | 168.2 | 169.64 | 11.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 237 | 242 | 0.98 | 0.02 | 0 | 0.05 | 181.27 | 0.96 | 0.48 |
| Hex | 5 | ED | F2 | 62 | 2 | 0 | 5 | B5 | 60 | 30 |
| Octal | 5 | 355 | 362 | 142 | 2 | 0 | 5 | 265 | 140 | 60 |
| Binary | 101 | 11101101 | 11110010 | 1100010 | 10 | 0 | 101 | 10110101 | 1100000 | 110000 |
Color Harmonies of #05EDF2
Complementary color
Monochromatic Colors of #05EDF2
Black with #05EDF2
Text Example
Text Example
White with #05EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EDF2; }
p { color: rgb(5,237,242); }
H1.HeaderClassName
{
color: #05EDF2;
}
.AnyTagClassName
{
color: #05EDF2;
}
</style>
background-color css
<style>
a { background-color: #05EDF2; }
a { background-color: rgb(5,237,242); }
div.DivClassName
{
background-color: #05EDF2;
}
.BgClassName
{
background-color: #05EDF2;
}
</style>
border-color css
<style>
span { border-color: #05EDF2; }
span { border-color: rgb(5,237,242); }
td.TdClassName
{
border-color: #05EDF2;
}
.TagClassName
{
border-color: #05EDF2;
}
</style>