Shades of Turquoise #2AEDDB
Tints of Turquoise #2AEDDB
RGB
CMYK
RGB Variations
Color information
#2AEDDB (or 0x2AEDDB) is known color: Turquoise. HEX triplet: 2A, ED and DB. RGB value is (42,237,219). Sum of RGB (Red+Green+Blue) = 42+237+219=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEDDB is #D51224. Grayscale: #B0B0B0. Windows color (decimal): -13963813 or 14413098. OLE color: 14413098.
HSL color Cylindrical-coordinate representation of color #2AEDDB: hue angle of 174.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEDDB is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 219 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.07 |
| HSL | 174.46º | 0.84% | 0.55% | - |
| HSV(B) | 174.46º | 0.82% | 0.93% | - |
| XYZ | 44.03 | 66.18 | 77.47 | - |
| YUV | 176.64 | 151.9 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 219 | 0.82 | 0 | 0.08 | 0.07 | 174.46 | 0.84 | 0.55 |
| Hex | 2A | ED | DB | 52 | 0 | 8 | 7 | AE | 54 | 37 |
| Octal | 52 | 355 | 333 | 122 | 0 | 10 | 7 | 256 | 124 | 67 |
| Binary | 101010 | 11101101 | 11011011 | 1010010 | 0 | 1000 | 111 | 10101110 | 1010100 | 110111 |
Color Harmonies of #2AEDDB
Complementary color
Monochromatic Colors of #2AEDDB
Black with #2AEDDB
Text Example
Text Example
White with #2AEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDDB; }
p { color: rgb(42,237,219); }
H1.HeaderClassName
{
color: #2AEDDB;
}
.AnyTagClassName
{
color: #2AEDDB;
}
</style>
background-color css
<style>
a { background-color: #2AEDDB; }
a { background-color: rgb(42,237,219); }
div.DivClassName
{
background-color: #2AEDDB;
}
.BgClassName
{
background-color: #2AEDDB;
}
</style>
border-color css
<style>
span { border-color: #2AEDDB; }
span { border-color: rgb(42,237,219); }
td.TdClassName
{
border-color: #2AEDDB;
}
.TagClassName
{
border-color: #2AEDDB;
}
</style>