Shades of Bright Turquoise #2ADDF1
Tints of Bright Turquoise #2ADDF1
RGB
CMYK
RGB Variations
Color information
#2ADDF1 (or 0x2ADDF1) is known color: Bright Turquoise. HEX triplet: 2A, DD and F1. RGB value is (42,221,241). Sum of RGB (Red+Green+Blue) = 42+221+241=504 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.33% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ADDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDF1 is #D5220E. Grayscale: #A9A9A9. Windows color (decimal): -13967887 or 15850794. OLE color: 15850794.
HSL color Cylindrical-coordinate representation of color #2ADDF1: hue angle of 186.03º 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 #2ADDF1 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 221 | 241 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.05 |
| HSL | 186.03º | 0.88% | 0.55% | - |
| HSV(B) | 186.03º | 0.83% | 0.95% | - |
| XYZ | 42.69 | 58.56 | 92.27 | - |
| YUV | 169.76 | 168.2 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 241 | 0.83 | 0.08 | 0 | 0.05 | 186.03 | 0.88 | 0.55 |
| Hex | 2A | DD | F1 | 53 | 8 | 0 | 5 | BA | 58 | 37 |
| Octal | 52 | 335 | 361 | 123 | 10 | 0 | 5 | 272 | 130 | 67 |
| Binary | 101010 | 11011101 | 11110001 | 1010011 | 1000 | 0 | 101 | 10111010 | 1011000 | 110111 |
Color Harmonies of #2ADDF1
Complementary color
Monochromatic Colors of #2ADDF1
Black with #2ADDF1
Text Example
Text Example
White with #2ADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDF1; }
p { color: rgb(42,221,241); }
H1.HeaderClassName
{
color: #2ADDF1;
}
.AnyTagClassName
{
color: #2ADDF1;
}
</style>
background-color css
<style>
a { background-color: #2ADDF1; }
a { background-color: rgb(42,221,241); }
div.DivClassName
{
background-color: #2ADDF1;
}
.BgClassName
{
background-color: #2ADDF1;
}
</style>
border-color css
<style>
span { border-color: #2ADDF1; }
span { border-color: rgb(42,221,241); }
td.TdClassName
{
border-color: #2ADDF1;
}
.TagClassName
{
border-color: #2ADDF1;
}
</style>