Shades of Turquoise #2AFFCF
Tints of Turquoise #2AFFCF
RGB
CMYK
RGB Variations
Color information
#2AFFCF (or 0x2AFFCF) is known color: Turquoise. HEX triplet: 2A, FF and CF. RGB value is (42,255,207). Sum of RGB (Red+Green+Blue) = 42+255+207=504 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.33% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFCF is #D50030. Grayscale: #B9B9B9. Windows color (decimal): -13959217 or 13631274. OLE color: 13631274.
HSL color Cylindrical-coordinate representation of color #2AFFCF: hue angle of 166.48º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFCF is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 207 | - |
| CMYK | 0.84 | 0 | 0.19 | 0 |
| HSL | 166.48º | 1% | 0.58% | - |
| HSV(B) | 166.48º | 0.84% | 1% | - |
| XYZ | 47.98 | 76.52 | 71.27 | - |
| YUV | 185.84 | 139.93 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 207 | 0.84 | 0 | 0.19 | 0 | 166.48 | 1 | 0.58 |
| Hex | 2A | FF | CF | 54 | 0 | 13 | 0 | A6 | 64 | 3A |
| Octal | 52 | 377 | 317 | 124 | 0 | 23 | 0 | 246 | 144 | 72 |
| Binary | 101010 | 11111111 | 11001111 | 1010100 | 0 | 10011 | 0 | 10100110 | 1100100 | 111010 |
Color Harmonies of #2AFFCF
Complementary color
Monochromatic Colors of #2AFFCF
Black with #2AFFCF
Text Example
Text Example
White with #2AFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFCF; }
p { color: rgb(42,255,207); }
H1.HeaderClassName
{
color: #2AFFCF;
}
.AnyTagClassName
{
color: #2AFFCF;
}
</style>
background-color css
<style>
a { background-color: #2AFFCF; }
a { background-color: rgb(42,255,207); }
div.DivClassName
{
background-color: #2AFFCF;
}
.BgClassName
{
background-color: #2AFFCF;
}
</style>
border-color css
<style>
span { border-color: #2AFFCF; }
span { border-color: rgb(42,255,207); }
td.TdClassName
{
border-color: #2AFFCF;
}
.TagClassName
{
border-color: #2AFFCF;
}
</style>