Shades of Bright Turquoise #05EEF1
Tints of Bright Turquoise #05EEF1
RGB
CMYK
RGB Variations
Color information
#05EEF1 (or 0x05EEF1) is known color: Bright Turquoise. HEX triplet: 05, EE and F1. RGB value is (5,238,241). Sum of RGB (Red+Green+Blue) = 5+238+241=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #05EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EEF1 is #FA110E. Grayscale: #A8A8A8. Windows color (decimal): -16388367 or 15855109. OLE color: 15855109.
HSL color Cylindrical-coordinate representation of color #05EEF1: hue angle of 180.76º 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 #05EEF1 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 238 | 241 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.05 |
| HSL | 180.76º | 0.96% | 0.48% | - |
| HSV(B) | 180.76º | 0.98% | 0.95% | - |
| XYZ | 46.51 | 67.53 | 93.8 | - |
| YUV | 168.68 | 168.81 | 11.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 241 | 0.98 | 0.01 | 0 | 0.05 | 180.76 | 0.96 | 0.48 |
| Hex | 5 | EE | F1 | 62 | 1 | 0 | 5 | B5 | 60 | 30 |
| Octal | 5 | 356 | 361 | 142 | 1 | 0 | 5 | 265 | 140 | 60 |
| Binary | 101 | 11101110 | 11110001 | 1100010 | 1 | 0 | 101 | 10110101 | 1100000 | 110000 |
Color Harmonies of #05EEF1
Complementary color
Monochromatic Colors of #05EEF1
Black with #05EEF1
Text Example
Text Example
White with #05EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EEF1; }
p { color: rgb(5,238,241); }
H1.HeaderClassName
{
color: #05EEF1;
}
.AnyTagClassName
{
color: #05EEF1;
}
</style>
background-color css
<style>
a { background-color: #05EEF1; }
a { background-color: rgb(5,238,241); }
div.DivClassName
{
background-color: #05EEF1;
}
.BgClassName
{
background-color: #05EEF1;
}
</style>
border-color css
<style>
span { border-color: #05EEF1; }
span { border-color: rgb(5,238,241); }
td.TdClassName
{
border-color: #05EEF1;
}
.TagClassName
{
border-color: #05EEF1;
}
</style>