Shades of Bright Turquoise #2ADAF1
Tints of Bright Turquoise #2ADAF1
RGB
CMYK
RGB Variations
Color information
#2ADAF1 (or 0x2ADAF1) is known color: Bright Turquoise. HEX triplet: 2A, DA and F1. RGB value is (42,218,241). Sum of RGB (Red+Green+Blue) = 42+218+241=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ADAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAF1 is #D5250E. Grayscale: #A7A7A7. Windows color (decimal): -13968655 or 15850026. OLE color: 15850026.
HSL color Cylindrical-coordinate representation of color #2ADAF1: hue angle of 186.93º 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 #2ADAF1 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 218 | 241 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.05 |
| HSL | 186.93º | 0.88% | 0.55% | - |
| HSV(B) | 186.93º | 0.83% | 0.95% | - |
| XYZ | 41.9 | 56.99 | 92.01 | - |
| YUV | 168 | 169.19 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 241 | 0.83 | 0.10 | 0 | 0.05 | 186.93 | 0.88 | 0.55 |
| Hex | 2A | DA | F1 | 53 | A | 0 | 5 | BB | 58 | 37 |
| Octal | 52 | 332 | 361 | 123 | 12 | 0 | 5 | 273 | 130 | 67 |
| Binary | 101010 | 11011010 | 11110001 | 1010011 | 1010 | 0 | 101 | 10111011 | 1011000 | 110111 |
Color Harmonies of #2ADAF1
Complementary color
Monochromatic Colors of #2ADAF1
Black with #2ADAF1
Text Example
Text Example
White with #2ADAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAF1; }
p { color: rgb(42,218,241); }
H1.HeaderClassName
{
color: #2ADAF1;
}
.AnyTagClassName
{
color: #2ADAF1;
}
</style>
background-color css
<style>
a { background-color: #2ADAF1; }
a { background-color: rgb(42,218,241); }
div.DivClassName
{
background-color: #2ADAF1;
}
.BgClassName
{
background-color: #2ADAF1;
}
</style>
border-color css
<style>
span { border-color: #2ADAF1; }
span { border-color: rgb(42,218,241); }
td.TdClassName
{
border-color: #2ADAF1;
}
.TagClassName
{
border-color: #2ADAF1;
}
</style>