Shades of Bright Turquoise #2ADBFB
Tints of Bright Turquoise #2ADBFB
RGB
CMYK
RGB Variations
Color information
#2ADBFB (or 0x2ADBFB) is known color: Bright Turquoise. HEX triplet: 2A, DB and FB. RGB value is (42,219,251). Sum of RGB (Red+Green+Blue) = 42+219+251=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ADBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBFB is #D52404. Grayscale: #A9A9A9. Windows color (decimal): -13968389 or 16505642. OLE color: 16505642.
HSL color Cylindrical-coordinate representation of color #2ADBFB: hue angle of 189.19º 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 #2ADBFB is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 219 | 251 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.02 |
| HSL | 189.19º | 0.96% | 0.57% | - |
| HSV(B) | 189.19º | 0.83% | 0.98% | - |
| XYZ | 43.7 | 58.12 | 100.18 | - |
| YUV | 169.73 | 173.86 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 251 | 0.83 | 0.13 | 0 | 0.02 | 189.19 | 0.96 | 0.57 |
| Hex | 2A | DB | FB | 53 | D | 0 | 2 | BD | 60 | 39 |
| Octal | 52 | 333 | 373 | 123 | 15 | 0 | 2 | 275 | 140 | 71 |
| Binary | 101010 | 11011011 | 11111011 | 1010011 | 1101 | 0 | 10 | 10111101 | 1100000 | 111001 |
Color Harmonies of #2ADBFB
Complementary color
Monochromatic Colors of #2ADBFB
Black with #2ADBFB
Text Example
Text Example
White with #2ADBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBFB; }
p { color: rgb(42,219,251); }
H1.HeaderClassName
{
color: #2ADBFB;
}
.AnyTagClassName
{
color: #2ADBFB;
}
</style>
background-color css
<style>
a { background-color: #2ADBFB; }
a { background-color: rgb(42,219,251); }
div.DivClassName
{
background-color: #2ADBFB;
}
.BgClassName
{
background-color: #2ADBFB;
}
</style>
border-color css
<style>
span { border-color: #2ADBFB; }
span { border-color: rgb(42,219,251); }
td.TdClassName
{
border-color: #2ADBFB;
}
.TagClassName
{
border-color: #2ADBFB;
}
</style>