Shades of Bright Turquoise #2ADCFB
Tints of Bright Turquoise #2ADCFB
RGB
CMYK
RGB Variations
Color information
#2ADCFB (or 0x2ADCFB) is known color: Bright Turquoise. HEX triplet: 2A, DC and FB. RGB value is (42,220,251). Sum of RGB (Red+Green+Blue) = 42+220+251=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ADCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCFB is #D52304. Grayscale: #AAAAAA. Windows color (decimal): -13968133 or 16505898. OLE color: 16505898.
HSL color Cylindrical-coordinate representation of color #2ADCFB: hue angle of 188.9º 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 #2ADCFB is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 220 | 251 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.02 |
| HSL | 188.9º | 0.96% | 0.57% | - |
| HSV(B) | 188.9º | 0.83% | 0.98% | - |
| XYZ | 43.96 | 58.64 | 100.27 | - |
| YUV | 170.31 | 173.53 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 251 | 0.83 | 0.12 | 0 | 0.02 | 188.9 | 0.96 | 0.57 |
| Hex | 2A | DC | FB | 53 | C | 0 | 2 | BD | 60 | 39 |
| Octal | 52 | 334 | 373 | 123 | 14 | 0 | 2 | 275 | 140 | 71 |
| Binary | 101010 | 11011100 | 11111011 | 1010011 | 1100 | 0 | 10 | 10111101 | 1100000 | 111001 |
Color Harmonies of #2ADCFB
Complementary color
Monochromatic Colors of #2ADCFB
Black with #2ADCFB
Text Example
Text Example
White with #2ADCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCFB; }
p { color: rgb(42,220,251); }
H1.HeaderClassName
{
color: #2ADCFB;
}
.AnyTagClassName
{
color: #2ADCFB;
}
</style>
background-color css
<style>
a { background-color: #2ADCFB; }
a { background-color: rgb(42,220,251); }
div.DivClassName
{
background-color: #2ADCFB;
}
.BgClassName
{
background-color: #2ADCFB;
}
</style>
border-color css
<style>
span { border-color: #2ADCFB; }
span { border-color: rgb(42,220,251); }
td.TdClassName
{
border-color: #2ADCFB;
}
.TagClassName
{
border-color: #2ADCFB;
}
</style>