Shades of Bright Turquoise #2ADCF1
Tints of Bright Turquoise #2ADCF1
RGB
CMYK
RGB Variations
Color information
#2ADCF1 (or 0x2ADCF1) is known color: Bright Turquoise. HEX triplet: 2A, DC and F1. RGB value is (42,220,241). Sum of RGB (Red+Green+Blue) = 42+220+241=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ADCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCF1 is #D5230E. Grayscale: #A8A8A8. Windows color (decimal): -13968143 or 15850538. OLE color: 15850538.
HSL color Cylindrical-coordinate representation of color #2ADCF1: hue angle of 186.33º 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 #2ADCF1 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 220 | 241 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.05 |
| HSL | 186.33º | 0.88% | 0.55% | - |
| HSV(B) | 186.33º | 0.83% | 0.95% | - |
| XYZ | 42.43 | 58.03 | 92.18 | - |
| YUV | 169.17 | 168.53 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 241 | 0.83 | 0.09 | 0 | 0.05 | 186.33 | 0.88 | 0.55 |
| Hex | 2A | DC | F1 | 53 | 9 | 0 | 5 | BA | 58 | 37 |
| Octal | 52 | 334 | 361 | 123 | 11 | 0 | 5 | 272 | 130 | 67 |
| Binary | 101010 | 11011100 | 11110001 | 1010011 | 1001 | 0 | 101 | 10111010 | 1011000 | 110111 |
Color Harmonies of #2ADCF1
Complementary color
Monochromatic Colors of #2ADCF1
Black with #2ADCF1
Text Example
Text Example
White with #2ADCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCF1; }
p { color: rgb(42,220,241); }
H1.HeaderClassName
{
color: #2ADCF1;
}
.AnyTagClassName
{
color: #2ADCF1;
}
</style>
background-color css
<style>
a { background-color: #2ADCF1; }
a { background-color: rgb(42,220,241); }
div.DivClassName
{
background-color: #2ADCF1;
}
.BgClassName
{
background-color: #2ADCF1;
}
</style>
border-color css
<style>
span { border-color: #2ADCF1; }
span { border-color: rgb(42,220,241); }
td.TdClassName
{
border-color: #2ADCF1;
}
.TagClassName
{
border-color: #2ADCF1;
}
</style>