Shades of Turquoise #2AD4DE
Tints of Turquoise #2AD4DE
RGB
CMYK
RGB Variations
Color information
#2AD4DE (or 0x2AD4DE) is known color: Turquoise. HEX triplet: 2A, D4 and DE. RGB value is (42,212,222). Sum of RGB (Red+Green+Blue) = 42+212+222=476 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.82% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #2AD4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD4DE is #D52B21. Grayscale: #A2A2A2. Windows color (decimal): -13970210 or 14603306. OLE color: 14603306.
HSL color Cylindrical-coordinate representation of color #2AD4DE: hue angle of 183.33º degrees, saturation: 0.73, 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 #2AD4DE is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 212 | 222 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.13 |
| HSL | 183.33º | 0.73% | 0.52% | - |
| HSV(B) | 183.33º | 0.81% | 0.87% | - |
| XYZ | 37.68 | 52.85 | 77.32 | - |
| YUV | 162.31 | 161.68 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 212 | 222 | 0.81 | 0.05 | 0 | 0.13 | 183.33 | 0.73 | 0.52 |
| Hex | 2A | D4 | DE | 51 | 5 | 0 | D | B7 | 49 | 34 |
| Octal | 52 | 324 | 336 | 121 | 5 | 0 | 15 | 267 | 111 | 64 |
| Binary | 101010 | 11010100 | 11011110 | 1010001 | 101 | 0 | 1101 | 10110111 | 1001001 | 110100 |
Color Harmonies of #2AD4DE
Complementary color
Monochromatic Colors of #2AD4DE
Black with #2AD4DE
Text Example
Text Example
White with #2AD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD4DE; }
p { color: rgb(42,212,222); }
H1.HeaderClassName
{
color: #2AD4DE;
}
.AnyTagClassName
{
color: #2AD4DE;
}
</style>
background-color css
<style>
a { background-color: #2AD4DE; }
a { background-color: rgb(42,212,222); }
div.DivClassName
{
background-color: #2AD4DE;
}
.BgClassName
{
background-color: #2AD4DE;
}
</style>
border-color css
<style>
span { border-color: #2AD4DE; }
span { border-color: rgb(42,212,222); }
td.TdClassName
{
border-color: #2AD4DE;
}
.TagClassName
{
border-color: #2AD4DE;
}
</style>