Shades of Turquoise #2AF9C9
Tints of Turquoise #2AF9C9
RGB
CMYK
RGB Variations
Color information
#2AF9C9 (or 0x2AF9C9) is known color: Turquoise. HEX triplet: 2A, F9 and C9. RGB value is (42,249,201). Sum of RGB (Red+Green+Blue) = 42+249+201=492 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.54% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF9C9 is #D50636. Grayscale: #B5B5B5. Windows color (decimal): -13960759 or 13236522. OLE color: 13236522.
HSL color Cylindrical-coordinate representation of color #2AF9C9: hue angle of 166.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF9C9 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 201 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.02 |
| HSL | 166.09º | 0.95% | 0.57% | - |
| HSV(B) | 166.09º | 0.83% | 0.98% | - |
| XYZ | 45.37 | 72.46 | 66.85 | - |
| YUV | 181.64 | 138.92 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 201 | 0.83 | 0 | 0.19 | 0.02 | 166.09 | 0.95 | 0.57 |
| Hex | 2A | F9 | C9 | 53 | 0 | 13 | 2 | A6 | 5F | 39 |
| Octal | 52 | 371 | 311 | 123 | 0 | 23 | 2 | 246 | 137 | 71 |
| Binary | 101010 | 11111001 | 11001001 | 1010011 | 0 | 10011 | 10 | 10100110 | 1011111 | 111001 |
Color Harmonies of #2AF9C9
Complementary color
Monochromatic Colors of #2AF9C9
Black with #2AF9C9
Text Example
Text Example
White with #2AF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF9C9; }
p { color: rgb(42,249,201); }
H1.HeaderClassName
{
color: #2AF9C9;
}
.AnyTagClassName
{
color: #2AF9C9;
}
</style>
background-color css
<style>
a { background-color: #2AF9C9; }
a { background-color: rgb(42,249,201); }
div.DivClassName
{
background-color: #2AF9C9;
}
.BgClassName
{
background-color: #2AF9C9;
}
</style>
border-color css
<style>
span { border-color: #2AF9C9; }
span { border-color: rgb(42,249,201); }
td.TdClassName
{
border-color: #2AF9C9;
}
.TagClassName
{
border-color: #2AF9C9;
}
</style>