Shades of Turquoise #2AF0DD
Tints of Turquoise #2AF0DD
RGB
CMYK
RGB Variations
Color information
#2AF0DD (or 0x2AF0DD) is known color: Turquoise. HEX triplet: 2A, F0 and DD. RGB value is (42,240,221). Sum of RGB (Red+Green+Blue) = 42+240+221=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF0DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF0DD is #D50F22. Grayscale: #B2B2B2. Windows color (decimal): -13963043 or 14544938. OLE color: 14544938.
HSL color Cylindrical-coordinate representation of color #2AF0DD: hue angle of 174.24º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF0DD is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 221 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.06 |
| HSL | 174.24º | 0.87% | 0.55% | - |
| HSV(B) | 174.24º | 0.83% | 0.94% | - |
| XYZ | 45.17 | 68.03 | 79.16 | - |
| YUV | 178.63 | 151.9 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 221 | 0.82 | 0 | 0.08 | 0.06 | 174.24 | 0.87 | 0.55 |
| Hex | 2A | F0 | DD | 52 | 0 | 8 | 6 | AE | 57 | 37 |
| Octal | 52 | 360 | 335 | 122 | 0 | 10 | 6 | 256 | 127 | 67 |
| Binary | 101010 | 11110000 | 11011101 | 1010010 | 0 | 1000 | 110 | 10101110 | 1010111 | 110111 |
Color Harmonies of #2AF0DD
Complementary color
Monochromatic Colors of #2AF0DD
Black with #2AF0DD
Text Example
Text Example
White with #2AF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF0DD; }
p { color: rgb(42,240,221); }
H1.HeaderClassName
{
color: #2AF0DD;
}
.AnyTagClassName
{
color: #2AF0DD;
}
</style>
background-color css
<style>
a { background-color: #2AF0DD; }
a { background-color: rgb(42,240,221); }
div.DivClassName
{
background-color: #2AF0DD;
}
.BgClassName
{
background-color: #2AF0DD;
}
</style>
border-color css
<style>
span { border-color: #2AF0DD; }
span { border-color: rgb(42,240,221); }
td.TdClassName
{
border-color: #2AF0DD;
}
.TagClassName
{
border-color: #2AF0DD;
}
</style>