Shades of Bright Turquoise #2AFEEE
Tints of Bright Turquoise #2AFEEE
RGB
CMYK
RGB Variations
Color information
#2AFEEE (or 0x2AFEEE) is known color: Bright Turquoise. HEX triplet: 2A, FE and EE. RGB value is (42,254,238). Sum of RGB (Red+Green+Blue) = 42+254+238=534 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.87% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFEEE is #D50111. Grayscale: #BCBCBC. Windows color (decimal): -13959442 or 15662634. OLE color: 15662634.
HSL color Cylindrical-coordinate representation of color #2AFEEE: hue angle of 175.47º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFEEE is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 238 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.00 |
| HSL | 175.47º | 0.99% | 0.58% | - |
| HSV(B) | 175.47º | 0.83% | 1% | - |
| XYZ | 51.83 | 77.55 | 93.13 | - |
| YUV | 188.79 | 155.76 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 238 | 0.83 | 0 | 0.06 | 0.00 | 175.47 | 0.99 | 0.58 |
| Hex | 2A | FE | EE | 53 | 0 | 6 | 0 | AF | 63 | 3A |
| Octal | 52 | 376 | 356 | 123 | 0 | 6 | 0 | 257 | 143 | 72 |
| Binary | 101010 | 11111110 | 11101110 | 1010011 | 0 | 110 | 0 | 10101111 | 1100011 | 111010 |
Color Harmonies of #2AFEEE
Complementary color
Monochromatic Colors of #2AFEEE
Black with #2AFEEE
Text Example
Text Example
White with #2AFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEEE; }
p { color: rgb(42,254,238); }
H1.HeaderClassName
{
color: #2AFEEE;
}
.AnyTagClassName
{
color: #2AFEEE;
}
</style>
background-color css
<style>
a { background-color: #2AFEEE; }
a { background-color: rgb(42,254,238); }
div.DivClassName
{
background-color: #2AFEEE;
}
.BgClassName
{
background-color: #2AFEEE;
}
</style>
border-color css
<style>
span { border-color: #2AFEEE; }
span { border-color: rgb(42,254,238); }
td.TdClassName
{
border-color: #2AFEEE;
}
.TagClassName
{
border-color: #2AFEEE;
}
</style>