Shades of Bright Turquoise #05F2ED
Tints of Bright Turquoise #05F2ED
RGB
CMYK
RGB Variations
Color information
#05F2ED (or 0x05F2ED) is known color: Bright Turquoise. HEX triplet: 05, F2 and ED. RGB value is (5,242,237). Sum of RGB (Red+Green+Blue) = 5+242+237=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F2ED is #FA0D12. Grayscale: #AAAAAA. Windows color (decimal): -16387347 or 15593989. OLE color: 15593989.
HSL color Cylindrical-coordinate representation of color #05F2ED: hue angle of 178.73º 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 #05F2ED is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 237 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.05 |
| HSL | 178.73º | 0.96% | 0.48% | - |
| HSV(B) | 178.73º | 0.98% | 0.95% | - |
| XYZ | 47.1 | 69.65 | 91.08 | - |
| YUV | 170.57 | 165.48 | 9.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 237 | 0.98 | 0 | 0.02 | 0.05 | 178.73 | 0.96 | 0.48 |
| Hex | 5 | F2 | ED | 62 | 0 | 2 | 5 | B3 | 60 | 30 |
| Octal | 5 | 362 | 355 | 142 | 0 | 2 | 5 | 263 | 140 | 60 |
| Binary | 101 | 11110010 | 11101101 | 1100010 | 0 | 10 | 101 | 10110011 | 1100000 | 110000 |
Color Harmonies of #05F2ED
Complementary color
Monochromatic Colors of #05F2ED
Black with #05F2ED
Text Example
Text Example
White with #05F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2ED; }
p { color: rgb(5,242,237); }
H1.HeaderClassName
{
color: #05F2ED;
}
.AnyTagClassName
{
color: #05F2ED;
}
</style>
background-color css
<style>
a { background-color: #05F2ED; }
a { background-color: rgb(5,242,237); }
div.DivClassName
{
background-color: #05F2ED;
}
.BgClassName
{
background-color: #05F2ED;
}
</style>
border-color css
<style>
span { border-color: #05F2ED; }
span { border-color: rgb(5,242,237); }
td.TdClassName
{
border-color: #05F2ED;
}
.TagClassName
{
border-color: #05F2ED;
}
</style>