Shades of Turquoise #2ACFBE
Tints of Turquoise #2ACFBE
RGB
CMYK
RGB Variations
Color information
#2ACFBE (or 0x2ACFBE) is known color: Turquoise. HEX triplet: 2A, CF and BE. RGB value is (42,207,190). Sum of RGB (Red+Green+Blue) = 42+207+190=439 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.57% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFBE is #D53041. Grayscale: #9B9B9B. Windows color (decimal): -13971522 or 12504874. OLE color: 12504874.
HSL color Cylindrical-coordinate representation of color #2ACFBE: hue angle of 173.82º 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 #2ACFBE is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 190 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.19 |
| HSL | 173.82º | 0.66% | 0.49% | - |
| HSV(B) | 173.82º | 0.8% | 0.81% | - |
| XYZ | 32.56 | 48.84 | 56.43 | - |
| YUV | 155.73 | 147.34 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 190 | 0.80 | 0 | 0.08 | 0.19 | 173.82 | 0.66 | 0.49 |
| Hex | 2A | CF | BE | 50 | 0 | 8 | 13 | AE | 42 | 31 |
| Octal | 52 | 317 | 276 | 120 | 0 | 10 | 23 | 256 | 102 | 61 |
| Binary | 101010 | 11001111 | 10111110 | 1010000 | 0 | 1000 | 10011 | 10101110 | 1000010 | 110001 |
Color Harmonies of #2ACFBE
Complementary color
Monochromatic Colors of #2ACFBE
Black with #2ACFBE
Text Example
Text Example
White with #2ACFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFBE; }
p { color: rgb(42,207,190); }
H1.HeaderClassName
{
color: #2ACFBE;
}
.AnyTagClassName
{
color: #2ACFBE;
}
</style>
background-color css
<style>
a { background-color: #2ACFBE; }
a { background-color: rgb(42,207,190); }
div.DivClassName
{
background-color: #2ACFBE;
}
.BgClassName
{
background-color: #2ACFBE;
}
</style>
border-color css
<style>
span { border-color: #2ACFBE; }
span { border-color: rgb(42,207,190); }
td.TdClassName
{
border-color: #2ACFBE;
}
.TagClassName
{
border-color: #2ACFBE;
}
</style>