Shades of Bright Turquoise #2ADCFD
Tints of Bright Turquoise #2ADCFD
RGB
CMYK
RGB Variations
Color information
#2ADCFD (or 0x2ADCFD) is known color: Bright Turquoise. HEX triplet: 2A, DC and FD. RGB value is (42,220,253). Sum of RGB (Red+Green+Blue) = 42+220+253=515 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.16% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ADCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCFD is #D52302. Grayscale: #AAAAAA. Windows color (decimal): -13968131 or 16636970. OLE color: 16636970.
HSL color Cylindrical-coordinate representation of color #2ADCFD: hue angle of 189.38º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADCFD is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 220 | 253 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.01 |
| HSL | 189.38º | 0.98% | 0.58% | - |
| HSV(B) | 189.38º | 0.83% | 0.99% | - |
| XYZ | 44.28 | 58.77 | 101.94 | - |
| YUV | 170.54 | 174.53 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 253 | 0.83 | 0.13 | 0 | 0.01 | 189.38 | 0.98 | 0.58 |
| Hex | 2A | DC | FD | 53 | D | 0 | 1 | BD | 62 | 3A |
| Octal | 52 | 334 | 375 | 123 | 15 | 0 | 1 | 275 | 142 | 72 |
| Binary | 101010 | 11011100 | 11111101 | 1010011 | 1101 | 0 | 1 | 10111101 | 1100010 | 111010 |
Color Harmonies of #2ADCFD
Complementary color
Monochromatic Colors of #2ADCFD
Black with #2ADCFD
Text Example
Text Example
White with #2ADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCFD; }
p { color: rgb(42,220,253); }
H1.HeaderClassName
{
color: #2ADCFD;
}
.AnyTagClassName
{
color: #2ADCFD;
}
</style>
background-color css
<style>
a { background-color: #2ADCFD; }
a { background-color: rgb(42,220,253); }
div.DivClassName
{
background-color: #2ADCFD;
}
.BgClassName
{
background-color: #2ADCFD;
}
</style>
border-color css
<style>
span { border-color: #2ADCFD; }
span { border-color: rgb(42,220,253); }
td.TdClassName
{
border-color: #2ADCFD;
}
.TagClassName
{
border-color: #2ADCFD;
}
</style>