Shades of Turquoise #2ACFDC
Tints of Turquoise #2ACFDC
RGB
CMYK
RGB Variations
Color information
#2ACFDC (or 0x2ACFDC) is known color: Turquoise. HEX triplet: 2A, CF and DC. RGB value is (42,207,220). Sum of RGB (Red+Green+Blue) = 42+207+220=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ACFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFDC is #D53023. Grayscale: #9E9E9E. Windows color (decimal): -13971492 or 14470954. OLE color: 14470954.
HSL color Cylindrical-coordinate representation of color #2ACFDC: hue angle of 184.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACFDC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 207 | 220 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.14 |
| HSL | 184.38º | 0.72% | 0.51% | - |
| HSV(B) | 184.38º | 0.81% | 0.86% | - |
| XYZ | 36.19 | 50.29 | 75.51 | - |
| YUV | 159.15 | 162.34 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 220 | 0.81 | 0.06 | 0 | 0.14 | 184.38 | 0.72 | 0.51 |
| Hex | 2A | CF | DC | 51 | 6 | 0 | E | B8 | 48 | 33 |
| Octal | 52 | 317 | 334 | 121 | 6 | 0 | 16 | 270 | 110 | 63 |
| Binary | 101010 | 11001111 | 11011100 | 1010001 | 110 | 0 | 1110 | 10111000 | 1001000 | 110011 |
Color Harmonies of #2ACFDC
Complementary color
Monochromatic Colors of #2ACFDC
Black with #2ACFDC
Text Example
Text Example
White with #2ACFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFDC; }
p { color: rgb(42,207,220); }
H1.HeaderClassName
{
color: #2ACFDC;
}
.AnyTagClassName
{
color: #2ACFDC;
}
</style>
background-color css
<style>
a { background-color: #2ACFDC; }
a { background-color: rgb(42,207,220); }
div.DivClassName
{
background-color: #2ACFDC;
}
.BgClassName
{
background-color: #2ACFDC;
}
</style>
border-color css
<style>
span { border-color: #2ACFDC; }
span { border-color: rgb(42,207,220); }
td.TdClassName
{
border-color: #2ACFDC;
}
.TagClassName
{
border-color: #2ACFDC;
}
</style>