Shades of Turquoise #2AF3CE
Tints of Turquoise #2AF3CE
RGB
CMYK
RGB Variations
Color information
#2AF3CE (or 0x2AF3CE) is known color: Turquoise. HEX triplet: 2A, F3 and CE. RGB value is (42,243,206). Sum of RGB (Red+Green+Blue) = 42+243+206=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF3CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF3CE is #D50C31. Grayscale: #B2B2B2. Windows color (decimal): -13962290 or 13562666. OLE color: 13562666.
HSL color Cylindrical-coordinate representation of color #2AF3CE: hue angle of 168.96º 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 #2AF3CE is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 206 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.05 |
| HSL | 168.96º | 0.89% | 0.56% | - |
| HSV(B) | 168.96º | 0.83% | 0.95% | - |
| XYZ | 44.15 | 69.05 | 69.39 | - |
| YUV | 178.68 | 143.41 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 206 | 0.83 | 0 | 0.15 | 0.05 | 168.96 | 0.89 | 0.56 |
| Hex | 2A | F3 | CE | 53 | 0 | F | 5 | A9 | 59 | 38 |
| Octal | 52 | 363 | 316 | 123 | 0 | 17 | 5 | 251 | 131 | 70 |
| Binary | 101010 | 11110011 | 11001110 | 1010011 | 0 | 1111 | 101 | 10101001 | 1011001 | 111000 |
Color Harmonies of #2AF3CE
Complementary color
Monochromatic Colors of #2AF3CE
Black with #2AF3CE
Text Example
Text Example
White with #2AF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF3CE; }
p { color: rgb(42,243,206); }
H1.HeaderClassName
{
color: #2AF3CE;
}
.AnyTagClassName
{
color: #2AF3CE;
}
</style>
background-color css
<style>
a { background-color: #2AF3CE; }
a { background-color: rgb(42,243,206); }
div.DivClassName
{
background-color: #2AF3CE;
}
.BgClassName
{
background-color: #2AF3CE;
}
</style>
border-color css
<style>
span { border-color: #2AF3CE; }
span { border-color: rgb(42,243,206); }
td.TdClassName
{
border-color: #2AF3CE;
}
.TagClassName
{
border-color: #2AF3CE;
}
</style>