Shades of Turquoise #2ACFCE
Tints of Turquoise #2ACFCE
RGB
CMYK
RGB Variations
Color information
#2ACFCE (or 0x2ACFCE) is known color: Turquoise. HEX triplet: 2A, CF and CE. RGB value is (42,207,206). Sum of RGB (Red+Green+Blue) = 42+207+206=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFCE is #D53031. Grayscale: #9D9D9D. Windows color (decimal): -13971506 or 13553450. OLE color: 13553450.
HSL color Cylindrical-coordinate representation of color #2ACFCE: hue angle of 179.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACFCE is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 206 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.19 |
| HSL | 179.64º | 0.66% | 0.49% | - |
| HSV(B) | 179.64º | 0.8% | 0.81% | - |
| XYZ | 34.41 | 49.57 | 66.15 | - |
| YUV | 157.55 | 155.34 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 206 | 0.80 | 0 | 0.00 | 0.19 | 179.64 | 0.66 | 0.49 |
| Hex | 2A | CF | CE | 50 | 0 | 0 | 13 | B4 | 42 | 31 |
| Octal | 52 | 317 | 316 | 120 | 0 | 0 | 23 | 264 | 102 | 61 |
| Binary | 101010 | 11001111 | 11001110 | 1010000 | 0 | 0 | 10011 | 10110100 | 1000010 | 110001 |
Color Harmonies of #2ACFCE
Complementary color
Monochromatic Colors of #2ACFCE
Black with #2ACFCE
Text Example
Text Example
White with #2ACFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFCE; }
p { color: rgb(42,207,206); }
H1.HeaderClassName
{
color: #2ACFCE;
}
.AnyTagClassName
{
color: #2ACFCE;
}
</style>
background-color css
<style>
a { background-color: #2ACFCE; }
a { background-color: rgb(42,207,206); }
div.DivClassName
{
background-color: #2ACFCE;
}
.BgClassName
{
background-color: #2ACFCE;
}
</style>
border-color css
<style>
span { border-color: #2ACFCE; }
span { border-color: rgb(42,207,206); }
td.TdClassName
{
border-color: #2ACFCE;
}
.TagClassName
{
border-color: #2ACFCE;
}
</style>