Shades of Turquoise #2AF3DB
Tints of Turquoise #2AF3DB
RGB
CMYK
RGB Variations
Color information
#2AF3DB (or 0x2AF3DB) is known color: Turquoise. HEX triplet: 2A, F3 and DB. RGB value is (42,243,219). Sum of RGB (Red+Green+Blue) = 42+243+219=504 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.33% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF3DB is #D50C24. Grayscale: #B4B4B4. Windows color (decimal): -13962277 or 14414634. OLE color: 14414634.
HSL color Cylindrical-coordinate representation of color #2AF3DB: hue angle of 172.84º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF3DB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 219 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.05 |
| HSL | 172.84º | 0.89% | 0.56% | - |
| HSV(B) | 172.84º | 0.83% | 0.95% | - |
| XYZ | 45.79 | 69.71 | 78.06 | - |
| YUV | 180.17 | 149.91 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 219 | 0.83 | 0 | 0.10 | 0.05 | 172.84 | 0.89 | 0.56 |
| Hex | 2A | F3 | DB | 53 | 0 | A | 5 | AD | 59 | 38 |
| Octal | 52 | 363 | 333 | 123 | 0 | 12 | 5 | 255 | 131 | 70 |
| Binary | 101010 | 11110011 | 11011011 | 1010011 | 0 | 1010 | 101 | 10101101 | 1011001 | 111000 |
Color Harmonies of #2AF3DB
Complementary color
Monochromatic Colors of #2AF3DB
Black with #2AF3DB
Text Example
Text Example
White with #2AF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF3DB; }
p { color: rgb(42,243,219); }
H1.HeaderClassName
{
color: #2AF3DB;
}
.AnyTagClassName
{
color: #2AF3DB;
}
</style>
background-color css
<style>
a { background-color: #2AF3DB; }
a { background-color: rgb(42,243,219); }
div.DivClassName
{
background-color: #2AF3DB;
}
.BgClassName
{
background-color: #2AF3DB;
}
</style>
border-color css
<style>
span { border-color: #2AF3DB; }
span { border-color: rgb(42,243,219); }
td.TdClassName
{
border-color: #2AF3DB;
}
.TagClassName
{
border-color: #2AF3DB;
}
</style>