Shades of Turquoise #2ADBE9
Tints of Turquoise #2ADBE9
RGB
CMYK
RGB Variations
Color information
#2ADBE9 (or 0x2ADBE9) is known color: Turquoise. HEX triplet: 2A, DB and E9. RGB value is (42,219,233). Sum of RGB (Red+Green+Blue) = 42+219+233=494 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.50% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #2ADBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBE9 is #D52416. Grayscale: #A7A7A7. Windows color (decimal): -13968407 or 15325994. OLE color: 15325994.
HSL color Cylindrical-coordinate representation of color #2ADBE9: hue angle of 184.4º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADBE9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 219 | 233 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.09 |
| HSL | 184.4º | 0.81% | 0.54% | - |
| HSV(B) | 184.4º | 0.82% | 0.91% | - |
| XYZ | 40.99 | 57.04 | 85.94 | - |
| YUV | 167.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 233 | 0.82 | 0.06 | 0 | 0.09 | 184.4 | 0.81 | 0.54 |
| Hex | 2A | DB | E9 | 52 | 6 | 0 | 9 | B8 | 51 | 36 |
| Octal | 52 | 333 | 351 | 122 | 6 | 0 | 11 | 270 | 121 | 66 |
| Binary | 101010 | 11011011 | 11101001 | 1010010 | 110 | 0 | 1001 | 10111000 | 1010001 | 110110 |
Color Harmonies of #2ADBE9
Complementary color
Monochromatic Colors of #2ADBE9
Black with #2ADBE9
Text Example
Text Example
White with #2ADBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBE9; }
p { color: rgb(42,219,233); }
H1.HeaderClassName
{
color: #2ADBE9;
}
.AnyTagClassName
{
color: #2ADBE9;
}
</style>
background-color css
<style>
a { background-color: #2ADBE9; }
a { background-color: rgb(42,219,233); }
div.DivClassName
{
background-color: #2ADBE9;
}
.BgClassName
{
background-color: #2ADBE9;
}
</style>
border-color css
<style>
span { border-color: #2ADBE9; }
span { border-color: rgb(42,219,233); }
td.TdClassName
{
border-color: #2ADBE9;
}
.TagClassName
{
border-color: #2ADBE9;
}
</style>