Shades of Turquoise #2ACFDB
Tints of Turquoise #2ACFDB
RGB
CMYK
RGB Variations
Color information
#2ACFDB (or 0x2ACFDB) is known color: Turquoise. HEX triplet: 2A, CF and DB. RGB value is (42,207,219). Sum of RGB (Red+Green+Blue) = 42+207+219=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ACFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFDB is #D53024. Grayscale: #9E9E9E. Windows color (decimal): -13971493 or 14405418. OLE color: 14405418.
HSL color Cylindrical-coordinate representation of color #2ACFDB: hue angle of 184.07º degrees, saturation: 0.71, 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 #2ACFDB is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 207 | 219 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.14 |
| HSL | 184.07º | 0.71% | 0.51% | - |
| HSV(B) | 184.07º | 0.81% | 0.86% | - |
| XYZ | 36.05 | 50.23 | 74.81 | - |
| YUV | 159.03 | 161.84 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 219 | 0.81 | 0.05 | 0 | 0.14 | 184.07 | 0.71 | 0.51 |
| Hex | 2A | CF | DB | 51 | 5 | 0 | E | B8 | 47 | 33 |
| Octal | 52 | 317 | 333 | 121 | 5 | 0 | 16 | 270 | 107 | 63 |
| Binary | 101010 | 11001111 | 11011011 | 1010001 | 101 | 0 | 1110 | 10111000 | 1000111 | 110011 |
Color Harmonies of #2ACFDB
Complementary color
Monochromatic Colors of #2ACFDB
Black with #2ACFDB
Text Example
Text Example
White with #2ACFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFDB; }
p { color: rgb(42,207,219); }
H1.HeaderClassName
{
color: #2ACFDB;
}
.AnyTagClassName
{
color: #2ACFDB;
}
</style>
background-color css
<style>
a { background-color: #2ACFDB; }
a { background-color: rgb(42,207,219); }
div.DivClassName
{
background-color: #2ACFDB;
}
.BgClassName
{
background-color: #2ACFDB;
}
</style>
border-color css
<style>
span { border-color: #2ACFDB; }
span { border-color: rgb(42,207,219); }
td.TdClassName
{
border-color: #2ACFDB;
}
.TagClassName
{
border-color: #2ACFDB;
}
</style>