Shades of Turquoise #2AF6DE
Tints of Turquoise #2AF6DE
RGB
CMYK
RGB Variations
Color information
#2AF6DE (or 0x2AF6DE) is known color: Turquoise. HEX triplet: 2A, F6 and DE. RGB value is (42,246,222). Sum of RGB (Red+Green+Blue) = 42+246+222=510 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.24% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF6DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF6DE is #D50921. Grayscale: #B6B6B6. Windows color (decimal): -13961506 or 14612010. OLE color: 14612010.
HSL color Cylindrical-coordinate representation of color #2AF6DE: hue angle of 172.94º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF6DE is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 222 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.04 |
| HSL | 172.94º | 0.92% | 0.56% | - |
| HSV(B) | 172.94º | 0.83% | 0.96% | - |
| XYZ | 47.1 | 71.68 | 80.46 | - |
| YUV | 182.27 | 150.41 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 222 | 0.83 | 0 | 0.10 | 0.04 | 172.94 | 0.92 | 0.56 |
| Hex | 2A | F6 | DE | 53 | 0 | A | 4 | AD | 5C | 38 |
| Octal | 52 | 366 | 336 | 123 | 0 | 12 | 4 | 255 | 134 | 70 |
| Binary | 101010 | 11110110 | 11011110 | 1010011 | 0 | 1010 | 100 | 10101101 | 1011100 | 111000 |
Color Harmonies of #2AF6DE
Complementary color
Monochromatic Colors of #2AF6DE
Black with #2AF6DE
Text Example
Text Example
White with #2AF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF6DE; }
p { color: rgb(42,246,222); }
H1.HeaderClassName
{
color: #2AF6DE;
}
.AnyTagClassName
{
color: #2AF6DE;
}
</style>
background-color css
<style>
a { background-color: #2AF6DE; }
a { background-color: rgb(42,246,222); }
div.DivClassName
{
background-color: #2AF6DE;
}
.BgClassName
{
background-color: #2AF6DE;
}
</style>
border-color css
<style>
span { border-color: #2AF6DE; }
span { border-color: rgb(42,246,222); }
td.TdClassName
{
border-color: #2AF6DE;
}
.TagClassName
{
border-color: #2AF6DE;
}
</style>