Shades of Turquoise #2AF4CF
Tints of Turquoise #2AF4CF
RGB
CMYK
RGB Variations
Color information
#2AF4CF (or 0x2AF4CF) is known color: Turquoise. HEX triplet: 2A, F4 and CF. RGB value is (42,244,207). Sum of RGB (Red+Green+Blue) = 42+244+207=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF4CF is #D50B30. Grayscale: #B3B3B3. Windows color (decimal): -13962033 or 13628458. OLE color: 13628458.
HSL color Cylindrical-coordinate representation of color #2AF4CF: hue angle of 169.01º degrees, saturation: 0.9, 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 #2AF4CF is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 207 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.04 |
| HSL | 169.01º | 0.9% | 0.56% | - |
| HSV(B) | 169.01º | 0.83% | 0.96% | - |
| XYZ | 44.57 | 69.7 | 70.14 | - |
| YUV | 179.38 | 143.58 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 207 | 0.83 | 0 | 0.15 | 0.04 | 169.01 | 0.9 | 0.56 |
| Hex | 2A | F4 | CF | 53 | 0 | F | 4 | A9 | 5A | 38 |
| Octal | 52 | 364 | 317 | 123 | 0 | 17 | 4 | 251 | 132 | 70 |
| Binary | 101010 | 11110100 | 11001111 | 1010011 | 0 | 1111 | 100 | 10101001 | 1011010 | 111000 |
Color Harmonies of #2AF4CF
Complementary color
Monochromatic Colors of #2AF4CF
Black with #2AF4CF
Text Example
Text Example
White with #2AF4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF4CF; }
p { color: rgb(42,244,207); }
H1.HeaderClassName
{
color: #2AF4CF;
}
.AnyTagClassName
{
color: #2AF4CF;
}
</style>
background-color css
<style>
a { background-color: #2AF4CF; }
a { background-color: rgb(42,244,207); }
div.DivClassName
{
background-color: #2AF4CF;
}
.BgClassName
{
background-color: #2AF4CF;
}
</style>
border-color css
<style>
span { border-color: #2AF4CF; }
span { border-color: rgb(42,244,207); }
td.TdClassName
{
border-color: #2AF4CF;
}
.TagClassName
{
border-color: #2AF4CF;
}
</style>