Shades of Turquoise #2AFCCF
Tints of Turquoise #2AFCCF
RGB
CMYK
RGB Variations
Color information
#2AFCCF (or 0x2AFCCF) is known color: Turquoise. HEX triplet: 2A, FC and CF. RGB value is (42,252,207). Sum of RGB (Red+Green+Blue) = 42+252+207=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCCF is #D50330. Grayscale: #B8B8B8. Windows color (decimal): -13959985 or 13630506. OLE color: 13630506.
HSL color Cylindrical-coordinate representation of color #2AFCCF: hue angle of 167.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFCCF is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 207 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.01 |
| HSL | 167.14º | 0.97% | 0.58% | - |
| HSV(B) | 167.14º | 0.83% | 0.99% | - |
| XYZ | 47.03 | 74.62 | 70.96 | - |
| YUV | 184.08 | 140.93 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 207 | 0.83 | 0 | 0.18 | 0.01 | 167.14 | 0.97 | 0.58 |
| Hex | 2A | FC | CF | 53 | 0 | 12 | 1 | A7 | 61 | 3A |
| Octal | 52 | 374 | 317 | 123 | 0 | 22 | 1 | 247 | 141 | 72 |
| Binary | 101010 | 11111100 | 11001111 | 1010011 | 0 | 10010 | 1 | 10100111 | 1100001 | 111010 |
Color Harmonies of #2AFCCF
Complementary color
Monochromatic Colors of #2AFCCF
Black with #2AFCCF
Text Example
Text Example
White with #2AFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCCF; }
p { color: rgb(42,252,207); }
H1.HeaderClassName
{
color: #2AFCCF;
}
.AnyTagClassName
{
color: #2AFCCF;
}
</style>
background-color css
<style>
a { background-color: #2AFCCF; }
a { background-color: rgb(42,252,207); }
div.DivClassName
{
background-color: #2AFCCF;
}
.BgClassName
{
background-color: #2AFCCF;
}
</style>
border-color css
<style>
span { border-color: #2AFCCF; }
span { border-color: rgb(42,252,207); }
td.TdClassName
{
border-color: #2AFCCF;
}
.TagClassName
{
border-color: #2AFCCF;
}
</style>