Shades of Bright Turquoise #2EE6FD
Tints of Bright Turquoise #2EE6FD
RGB
CMYK
RGB Variations
Color information
#2EE6FD (or 0x2EE6FD) is known color: Bright Turquoise. HEX triplet: 2E, E6 and FD. RGB value is (46,230,253). Sum of RGB (Red+Green+Blue) = 46+230+253=529 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.70% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EE6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE6FD is #D11902. Grayscale: #B1B1B1. Windows color (decimal): -13703427 or 16639534. OLE color: 16639534.
HSL color Cylindrical-coordinate representation of color #2EE6FD: hue angle of 186.67º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE6FD is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 230 | 253 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.01 |
| HSL | 186.67º | 0.98% | 0.59% | - |
| HSV(B) | 186.67º | 0.82% | 0.99% | - |
| XYZ | 47.15 | 64.27 | 102.85 | - |
| YUV | 177.61 | 170.54 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 253 | 0.82 | 0.09 | 0 | 0.01 | 186.67 | 0.98 | 0.59 |
| Hex | 2E | E6 | FD | 52 | 9 | 0 | 1 | BB | 62 | 3B |
| Octal | 56 | 346 | 375 | 122 | 11 | 0 | 1 | 273 | 142 | 73 |
| Binary | 101110 | 11100110 | 11111101 | 1010010 | 1001 | 0 | 1 | 10111011 | 1100010 | 111011 |
Color Harmonies of #2EE6FD
Complementary color
Monochromatic Colors of #2EE6FD
Black with #2EE6FD
Text Example
Text Example
White with #2EE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE6FD; }
p { color: rgb(46,230,253); }
H1.HeaderClassName
{
color: #2EE6FD;
}
.AnyTagClassName
{
color: #2EE6FD;
}
</style>
background-color css
<style>
a { background-color: #2EE6FD; }
a { background-color: rgb(46,230,253); }
div.DivClassName
{
background-color: #2EE6FD;
}
.BgClassName
{
background-color: #2EE6FD;
}
</style>
border-color css
<style>
span { border-color: #2EE6FD; }
span { border-color: rgb(46,230,253); }
td.TdClassName
{
border-color: #2EE6FD;
}
.TagClassName
{
border-color: #2EE6FD;
}
</style>