Shades of Bright Turquoise #2AFAED
Tints of Bright Turquoise #2AFAED
RGB
CMYK
RGB Variations
Color information
#2AFAED (or 0x2AFAED) is known color: Bright Turquoise. HEX triplet: 2A, FA and ED. RGB value is (42,250,237). Sum of RGB (Red+Green+Blue) = 42+250+237=529 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.94% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFAED is #D50512. Grayscale: #BABABA. Windows color (decimal): -13960467 or 15596074. OLE color: 15596074.
HSL color Cylindrical-coordinate representation of color #2AFAED: hue angle of 176.25º degrees, saturation: 0.95, 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 #2AFAED is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 237 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.02 |
| HSL | 176.25º | 0.95% | 0.57% | - |
| HSV(B) | 176.25º | 0.83% | 0.98% | - |
| XYZ | 50.43 | 74.98 | 91.94 | - |
| YUV | 186.33 | 156.59 | 25.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 237 | 0.83 | 0 | 0.05 | 0.02 | 176.25 | 0.95 | 0.57 |
| Hex | 2A | FA | ED | 53 | 0 | 5 | 2 | B0 | 5F | 39 |
| Octal | 52 | 372 | 355 | 123 | 0 | 5 | 2 | 260 | 137 | 71 |
| Binary | 101010 | 11111010 | 11101101 | 1010011 | 0 | 101 | 10 | 10110000 | 1011111 | 111001 |
Color Harmonies of #2AFAED
Complementary color
Monochromatic Colors of #2AFAED
Black with #2AFAED
Text Example
Text Example
White with #2AFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAED; }
p { color: rgb(42,250,237); }
H1.HeaderClassName
{
color: #2AFAED;
}
.AnyTagClassName
{
color: #2AFAED;
}
</style>
background-color css
<style>
a { background-color: #2AFAED; }
a { background-color: rgb(42,250,237); }
div.DivClassName
{
background-color: #2AFAED;
}
.BgClassName
{
background-color: #2AFAED;
}
</style>
border-color css
<style>
span { border-color: #2AFAED; }
span { border-color: rgb(42,250,237); }
td.TdClassName
{
border-color: #2AFAED;
}
.TagClassName
{
border-color: #2AFAED;
}
</style>