Shades of Turquoise #2AD8DF
Tints of Turquoise #2AD8DF
RGB
CMYK
RGB Variations
Color information
#2AD8DF (or 0x2AD8DF) is known color: Turquoise. HEX triplet: 2A, D8 and DF. RGB value is (42,216,223). Sum of RGB (Red+Green+Blue) = 42+216+223=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #2AD8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD8DF is #D52720. Grayscale: #A4A4A4. Windows color (decimal): -13969185 or 14669866. OLE color: 14669866.
HSL color Cylindrical-coordinate representation of color #2AD8DF: hue angle of 182.32º 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 #2AD8DF is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 216 | 223 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.13 |
| HSL | 182.32º | 0.74% | 0.52% | - |
| HSV(B) | 182.32º | 0.81% | 0.87% | - |
| XYZ | 38.83 | 54.93 | 78.37 | - |
| YUV | 164.77 | 160.85 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 223 | 0.81 | 0.03 | 0 | 0.13 | 182.32 | 0.74 | 0.52 |
| Hex | 2A | D8 | DF | 51 | 3 | 0 | D | B6 | 4A | 34 |
| Octal | 52 | 330 | 337 | 121 | 3 | 0 | 15 | 266 | 112 | 64 |
| Binary | 101010 | 11011000 | 11011111 | 1010001 | 11 | 0 | 1101 | 10110110 | 1001010 | 110100 |
Color Harmonies of #2AD8DF
Complementary color
Monochromatic Colors of #2AD8DF
Black with #2AD8DF
Text Example
Text Example
White with #2AD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8DF; }
p { color: rgb(42,216,223); }
H1.HeaderClassName
{
color: #2AD8DF;
}
.AnyTagClassName
{
color: #2AD8DF;
}
</style>
background-color css
<style>
a { background-color: #2AD8DF; }
a { background-color: rgb(42,216,223); }
div.DivClassName
{
background-color: #2AD8DF;
}
.BgClassName
{
background-color: #2AD8DF;
}
</style>
border-color css
<style>
span { border-color: #2AD8DF; }
span { border-color: rgb(42,216,223); }
td.TdClassName
{
border-color: #2AD8DF;
}
.TagClassName
{
border-color: #2AD8DF;
}
</style>