Shades of Bright Turquoise #2ADAFB
Tints of Bright Turquoise #2ADAFB
RGB
CMYK
RGB Variations
Color information
#2ADAFB (or 0x2ADAFB) is known color: Bright Turquoise. HEX triplet: 2A, DA and FB. RGB value is (42,218,251). Sum of RGB (Red+Green+Blue) = 42+218+251=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ADAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAFB is #D52504. Grayscale: #A8A8A8. Windows color (decimal): -13968645 or 16505386. OLE color: 16505386.
HSL color Cylindrical-coordinate representation of color #2ADAFB: hue angle of 189.47º 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 #2ADAFB is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 218 | 251 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.02 |
| HSL | 189.47º | 0.96% | 0.57% | - |
| HSV(B) | 189.47º | 0.83% | 0.98% | - |
| XYZ | 43.44 | 57.6 | 100.1 | - |
| YUV | 169.14 | 174.19 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 251 | 0.83 | 0.13 | 0 | 0.02 | 189.47 | 0.96 | 0.57 |
| Hex | 2A | DA | FB | 53 | D | 0 | 2 | BD | 60 | 39 |
| Octal | 52 | 332 | 373 | 123 | 15 | 0 | 2 | 275 | 140 | 71 |
| Binary | 101010 | 11011010 | 11111011 | 1010011 | 1101 | 0 | 10 | 10111101 | 1100000 | 111001 |
Color Harmonies of #2ADAFB
Complementary color
Monochromatic Colors of #2ADAFB
Black with #2ADAFB
Text Example
Text Example
White with #2ADAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAFB; }
p { color: rgb(42,218,251); }
H1.HeaderClassName
{
color: #2ADAFB;
}
.AnyTagClassName
{
color: #2ADAFB;
}
</style>
background-color css
<style>
a { background-color: #2ADAFB; }
a { background-color: rgb(42,218,251); }
div.DivClassName
{
background-color: #2ADAFB;
}
.BgClassName
{
background-color: #2ADAFB;
}
</style>
border-color css
<style>
span { border-color: #2ADAFB; }
span { border-color: rgb(42,218,251); }
td.TdClassName
{
border-color: #2ADAFB;
}
.TagClassName
{
border-color: #2ADAFB;
}
</style>