Shades of Bright Turquoise #2AFBE8
Tints of Bright Turquoise #2AFBE8
RGB
CMYK
RGB Variations
Color information
#2AFBE8 (or 0x2AFBE8) is known color: Bright Turquoise. HEX triplet: 2A, FB and E8. RGB value is (42,251,232). Sum of RGB (Red+Green+Blue) = 42+251+232=525 (69% of max value = 765). Red value is 42 (16.80% from 255 or 8% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFBE8 is #D50417. Grayscale: #BABABA. Windows color (decimal): -13960216 or 15268650. OLE color: 15268650.
HSL color Cylindrical-coordinate representation of color #2AFBE8: hue angle of 174.55º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFBE8 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 232 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.02 |
| HSL | 174.55º | 0.96% | 0.57% | - |
| HSV(B) | 174.55º | 0.83% | 0.98% | - |
| XYZ | 50.02 | 75.31 | 88.24 | - |
| YUV | 186.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 232 | 0.83 | 0 | 0.08 | 0.02 | 174.55 | 0.96 | 0.57 |
| Hex | 2A | FB | E8 | 53 | 0 | 8 | 2 | AF | 60 | 39 |
| Octal | 52 | 373 | 350 | 123 | 0 | 10 | 2 | 257 | 140 | 71 |
| Binary | 101010 | 11111011 | 11101000 | 1010011 | 0 | 1000 | 10 | 10101111 | 1100000 | 111001 |
Color Harmonies of #2AFBE8
Complementary color
Monochromatic Colors of #2AFBE8
Black with #2AFBE8
Text Example
Text Example
White with #2AFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBE8; }
p { color: rgb(42,251,232); }
H1.HeaderClassName
{
color: #2AFBE8;
}
.AnyTagClassName
{
color: #2AFBE8;
}
</style>
background-color css
<style>
a { background-color: #2AFBE8; }
a { background-color: rgb(42,251,232); }
div.DivClassName
{
background-color: #2AFBE8;
}
.BgClassName
{
background-color: #2AFBE8;
}
</style>
border-color css
<style>
span { border-color: #2AFBE8; }
span { border-color: rgb(42,251,232); }
td.TdClassName
{
border-color: #2AFBE8;
}
.TagClassName
{
border-color: #2AFBE8;
}
</style>