Shades of Turquoise #2AF3DC
Tints of Turquoise #2AF3DC
RGB
CMYK
RGB Variations
Color information
#2AF3DC (or 0x2AF3DC) is known color: Turquoise. HEX triplet: 2A, F3 and DC. RGB value is (42,243,220). Sum of RGB (Red+Green+Blue) = 42+243+220=505 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.32% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF3DC is #D50C23. Grayscale: #B4B4B4. Windows color (decimal): -13962276 or 14480170. OLE color: 14480170.
HSL color Cylindrical-coordinate representation of color #2AF3DC: hue angle of 173.13º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF3DC is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 220 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.05 |
| HSL | 173.13º | 0.89% | 0.56% | - |
| HSV(B) | 173.13º | 0.83% | 0.95% | - |
| XYZ | 45.92 | 69.76 | 78.75 | - |
| YUV | 180.28 | 150.41 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 220 | 0.83 | 0 | 0.09 | 0.05 | 173.13 | 0.89 | 0.56 |
| Hex | 2A | F3 | DC | 53 | 0 | 9 | 5 | AD | 59 | 38 |
| Octal | 52 | 363 | 334 | 123 | 0 | 11 | 5 | 255 | 131 | 70 |
| Binary | 101010 | 11110011 | 11011100 | 1010011 | 0 | 1001 | 101 | 10101101 | 1011001 | 111000 |
Color Harmonies of #2AF3DC
Complementary color
Monochromatic Colors of #2AF3DC
Black with #2AF3DC
Text Example
Text Example
White with #2AF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF3DC; }
p { color: rgb(42,243,220); }
H1.HeaderClassName
{
color: #2AF3DC;
}
.AnyTagClassName
{
color: #2AF3DC;
}
</style>
background-color css
<style>
a { background-color: #2AF3DC; }
a { background-color: rgb(42,243,220); }
div.DivClassName
{
background-color: #2AF3DC;
}
.BgClassName
{
background-color: #2AF3DC;
}
</style>
border-color css
<style>
span { border-color: #2AF3DC; }
span { border-color: rgb(42,243,220); }
td.TdClassName
{
border-color: #2AF3DC;
}
.TagClassName
{
border-color: #2AF3DC;
}
</style>