Shades of Bright Turquoise #2AD9FA
Tints of Bright Turquoise #2AD9FA
RGB
CMYK
RGB Variations
Color information
#2AD9FA (or 0x2AD9FA) is known color: Bright Turquoise. HEX triplet: 2A, D9 and FA. RGB value is (42,217,250). Sum of RGB (Red+Green+Blue) = 42+217+250=509 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.25% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AD9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD9FA is #D52605. Grayscale: #A8A8A8. Windows color (decimal): -13968902 or 16439594. OLE color: 16439594.
HSL color Cylindrical-coordinate representation of color #2AD9FA: hue angle of 189.52º 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 #2AD9FA is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 217 | 250 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.02 |
| HSL | 189.52º | 0.95% | 0.57% | - |
| HSV(B) | 189.52º | 0.83% | 0.98% | - |
| XYZ | 43.02 | 57.02 | 99.18 | - |
| YUV | 168.44 | 174.02 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 250 | 0.83 | 0.13 | 0 | 0.02 | 189.52 | 0.95 | 0.57 |
| Hex | 2A | D9 | FA | 53 | D | 0 | 2 | BE | 5F | 39 |
| Octal | 52 | 331 | 372 | 123 | 15 | 0 | 2 | 276 | 137 | 71 |
| Binary | 101010 | 11011001 | 11111010 | 1010011 | 1101 | 0 | 10 | 10111110 | 1011111 | 111001 |
Color Harmonies of #2AD9FA
Complementary color
Monochromatic Colors of #2AD9FA
Black with #2AD9FA
Text Example
Text Example
White with #2AD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9FA; }
p { color: rgb(42,217,250); }
H1.HeaderClassName
{
color: #2AD9FA;
}
.AnyTagClassName
{
color: #2AD9FA;
}
</style>
background-color css
<style>
a { background-color: #2AD9FA; }
a { background-color: rgb(42,217,250); }
div.DivClassName
{
background-color: #2AD9FA;
}
.BgClassName
{
background-color: #2AD9FA;
}
</style>
border-color css
<style>
span { border-color: #2AD9FA; }
span { border-color: rgb(42,217,250); }
td.TdClassName
{
border-color: #2AD9FA;
}
.TagClassName
{
border-color: #2AD9FA;
}
</style>