Shades of Turquoise #2ADCDF
Tints of Turquoise #2ADCDF
RGB
CMYK
RGB Variations
Color information
#2ADCDF (or 0x2ADCDF) is known color: Turquoise. HEX triplet: 2A, DC and DF. RGB value is (42,220,223). Sum of RGB (Red+Green+Blue) = 42+220+223=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ADCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCDF is #D52320. Grayscale: #A6A6A6. Windows color (decimal): -13968161 or 14670890. OLE color: 14670890.
HSL color Cylindrical-coordinate representation of color #2ADCDF: hue angle of 180.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADCDF is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 220 | 223 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.13 |
| HSL | 180.99º | 0.74% | 0.52% | - |
| HSV(B) | 180.99º | 0.81% | 0.87% | - |
| XYZ | 39.87 | 57.01 | 78.71 | - |
| YUV | 167.12 | 159.53 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 223 | 0.81 | 0.01 | 0 | 0.13 | 180.99 | 0.74 | 0.52 |
| Hex | 2A | DC | DF | 51 | 1 | 0 | D | B5 | 4A | 34 |
| Octal | 52 | 334 | 337 | 121 | 1 | 0 | 15 | 265 | 112 | 64 |
| Binary | 101010 | 11011100 | 11011111 | 1010001 | 1 | 0 | 1101 | 10110101 | 1001010 | 110100 |
Color Harmonies of #2ADCDF
Complementary color
Monochromatic Colors of #2ADCDF
Black with #2ADCDF
Text Example
Text Example
White with #2ADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCDF; }
p { color: rgb(42,220,223); }
H1.HeaderClassName
{
color: #2ADCDF;
}
.AnyTagClassName
{
color: #2ADCDF;
}
</style>
background-color css
<style>
a { background-color: #2ADCDF; }
a { background-color: rgb(42,220,223); }
div.DivClassName
{
background-color: #2ADCDF;
}
.BgClassName
{
background-color: #2ADCDF;
}
</style>
border-color css
<style>
span { border-color: #2ADCDF; }
span { border-color: rgb(42,220,223); }
td.TdClassName
{
border-color: #2ADCDF;
}
.TagClassName
{
border-color: #2ADCDF;
}
</style>