Shades of Turquoise #2ADCEC
Tints of Turquoise #2ADCEC
RGB
CMYK
RGB Variations
Color information
#2ADCEC (or 0x2ADCEC) is known color: Turquoise. HEX triplet: 2A, DC and EC. RGB value is (42,220,236). Sum of RGB (Red+Green+Blue) = 42+220+236=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ADCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCEC is #D52313. Grayscale: #A8A8A8. Windows color (decimal): -13968148 or 15522858. OLE color: 15522858.
HSL color Cylindrical-coordinate representation of color #2ADCEC: hue angle of 184.95º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADCEC is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 220 | 236 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.07 |
| HSL | 184.95º | 0.84% | 0.55% | - |
| HSV(B) | 184.95º | 0.82% | 0.93% | - |
| XYZ | 41.69 | 57.73 | 88.3 | - |
| YUV | 168.6 | 166.03 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 236 | 0.82 | 0.07 | 0 | 0.07 | 184.95 | 0.84 | 0.55 |
| Hex | 2A | DC | EC | 52 | 7 | 0 | 7 | B9 | 54 | 37 |
| Octal | 52 | 334 | 354 | 122 | 7 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101010 | 11011100 | 11101100 | 1010010 | 111 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2ADCEC
Complementary color
Monochromatic Colors of #2ADCEC
Black with #2ADCEC
Text Example
Text Example
White with #2ADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCEC; }
p { color: rgb(42,220,236); }
H1.HeaderClassName
{
color: #2ADCEC;
}
.AnyTagClassName
{
color: #2ADCEC;
}
</style>
background-color css
<style>
a { background-color: #2ADCEC; }
a { background-color: rgb(42,220,236); }
div.DivClassName
{
background-color: #2ADCEC;
}
.BgClassName
{
background-color: #2ADCEC;
}
</style>
border-color css
<style>
span { border-color: #2ADCEC; }
span { border-color: rgb(42,220,236); }
td.TdClassName
{
border-color: #2ADCEC;
}
.TagClassName
{
border-color: #2ADCEC;
}
</style>