Shades of Bright Turquoise #2ADBF1
Tints of Bright Turquoise #2ADBF1
RGB
CMYK
RGB Variations
Color information
#2ADBF1 (or 0x2ADBF1) is known color: Bright Turquoise. HEX triplet: 2A, DB and F1. RGB value is (42,219,241). Sum of RGB (Red+Green+Blue) = 42+219+241=502 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.37% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ADBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBF1 is #D5240E. Grayscale: #A8A8A8. Windows color (decimal): -13968399 or 15850282. OLE color: 15850282.
HSL color Cylindrical-coordinate representation of color #2ADBF1: hue angle of 186.63º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADBF1 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 219 | 241 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.05 |
| HSL | 186.63º | 0.88% | 0.55% | - |
| HSV(B) | 186.63º | 0.83% | 0.95% | - |
| XYZ | 42.16 | 57.51 | 92.1 | - |
| YUV | 168.59 | 168.86 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 241 | 0.83 | 0.09 | 0 | 0.05 | 186.63 | 0.88 | 0.55 |
| Hex | 2A | DB | F1 | 53 | 9 | 0 | 5 | BB | 58 | 37 |
| Octal | 52 | 333 | 361 | 123 | 11 | 0 | 5 | 273 | 130 | 67 |
| Binary | 101010 | 11011011 | 11110001 | 1010011 | 1001 | 0 | 101 | 10111011 | 1011000 | 110111 |
Color Harmonies of #2ADBF1
Complementary color
Monochromatic Colors of #2ADBF1
Black with #2ADBF1
Text Example
Text Example
White with #2ADBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBF1; }
p { color: rgb(42,219,241); }
H1.HeaderClassName
{
color: #2ADBF1;
}
.AnyTagClassName
{
color: #2ADBF1;
}
</style>
background-color css
<style>
a { background-color: #2ADBF1; }
a { background-color: rgb(42,219,241); }
div.DivClassName
{
background-color: #2ADBF1;
}
.BgClassName
{
background-color: #2ADBF1;
}
</style>
border-color css
<style>
span { border-color: #2ADBF1; }
span { border-color: rgb(42,219,241); }
td.TdClassName
{
border-color: #2ADBF1;
}
.TagClassName
{
border-color: #2ADBF1;
}
</style>