Shades of Turquoise #2AFFDC
Tints of Turquoise #2AFFDC
RGB
CMYK
RGB Variations
Color information
#2AFFDC (or 0x2AFFDC) is known color: Turquoise. HEX triplet: 2A, FF and DC. RGB value is (42,255,220). Sum of RGB (Red+Green+Blue) = 42+255+220=517 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.12% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFDC is #D50023. Grayscale: #BBBBBB. Windows color (decimal): -13959204 or 14483242. OLE color: 14483242.
HSL color Cylindrical-coordinate representation of color #2AFFDC: hue angle of 170.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFDC is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 220 | - |
| CMYK | 0.84 | 0 | 0.14 | 0 |
| HSL | 170.14º | 1% | 0.58% | - |
| HSV(B) | 170.14º | 0.84% | 1% | - |
| XYZ | 49.63 | 77.18 | 79.99 | - |
| YUV | 187.32 | 146.43 | 24.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 220 | 0.84 | 0 | 0.14 | 0 | 170.14 | 1 | 0.58 |
| Hex | 2A | FF | DC | 54 | 0 | E | 0 | AA | 64 | 3A |
| Octal | 52 | 377 | 334 | 124 | 0 | 16 | 0 | 252 | 144 | 72 |
| Binary | 101010 | 11111111 | 11011100 | 1010100 | 0 | 1110 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #2AFFDC
Complementary color
Monochromatic Colors of #2AFFDC
Black with #2AFFDC
Text Example
Text Example
White with #2AFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFDC; }
p { color: rgb(42,255,220); }
H1.HeaderClassName
{
color: #2AFFDC;
}
.AnyTagClassName
{
color: #2AFFDC;
}
</style>
background-color css
<style>
a { background-color: #2AFFDC; }
a { background-color: rgb(42,255,220); }
div.DivClassName
{
background-color: #2AFFDC;
}
.BgClassName
{
background-color: #2AFFDC;
}
</style>
border-color css
<style>
span { border-color: #2AFFDC; }
span { border-color: rgb(42,255,220); }
td.TdClassName
{
border-color: #2AFFDC;
}
.TagClassName
{
border-color: #2AFFDC;
}
</style>