Shades of Bright Turquoise #2AFFEE
Tints of Bright Turquoise #2AFFEE
RGB
CMYK
RGB Variations
Color information
#2AFFEE (or 0x2AFFEE) is known color: Bright Turquoise. HEX triplet: 2A, FF and EE. RGB value is (42,255,238). Sum of RGB (Red+Green+Blue) = 42+255+238=535 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.85% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFFEE is #D50011. Grayscale: #BDBDBD. Windows color (decimal): -13959186 or 15662890. OLE color: 15662890.
HSL color Cylindrical-coordinate representation of color #2AFFEE: hue angle of 175.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFEE is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 238 | - |
| CMYK | 0.84 | 0 | 0.07 | 0 |
| HSL | 175.21º | 1% | 0.58% | - |
| HSV(B) | 175.21º | 0.84% | 1% | - |
| XYZ | 52.15 | 78.19 | 93.23 | - |
| YUV | 189.38 | 155.43 | 22.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 238 | 0.84 | 0 | 0.07 | 0 | 175.21 | 1 | 0.58 |
| Hex | 2A | FF | EE | 54 | 0 | 7 | 0 | AF | 64 | 3A |
| Octal | 52 | 377 | 356 | 124 | 0 | 7 | 0 | 257 | 144 | 72 |
| Binary | 101010 | 11111111 | 11101110 | 1010100 | 0 | 111 | 0 | 10101111 | 1100100 | 111010 |
Color Harmonies of #2AFFEE
Complementary color
Monochromatic Colors of #2AFFEE
Black with #2AFFEE
Text Example
Text Example
White with #2AFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFEE; }
p { color: rgb(42,255,238); }
H1.HeaderClassName
{
color: #2AFFEE;
}
.AnyTagClassName
{
color: #2AFFEE;
}
</style>
background-color css
<style>
a { background-color: #2AFFEE; }
a { background-color: rgb(42,255,238); }
div.DivClassName
{
background-color: #2AFFEE;
}
.BgClassName
{
background-color: #2AFFEE;
}
</style>
border-color css
<style>
span { border-color: #2AFFEE; }
span { border-color: rgb(42,255,238); }
td.TdClassName
{
border-color: #2AFFEE;
}
.TagClassName
{
border-color: #2AFFEE;
}
</style>