Shades of Turquoise #2ADBE6
Tints of Turquoise #2ADBE6
RGB
CMYK
RGB Variations
Color information
#2ADBE6 (or 0x2ADBE6) is known color: Turquoise. HEX triplet: 2A, DB and E6. RGB value is (42,219,230). Sum of RGB (Red+Green+Blue) = 42+219+230=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #2ADBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBE6 is #D52419. Grayscale: #A7A7A7. Windows color (decimal): -13968410 or 15129386. OLE color: 15129386.
HSL color Cylindrical-coordinate representation of color #2ADBE6: hue angle of 183.51º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADBE6 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 219 | 230 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.10 |
| HSL | 183.51º | 0.79% | 0.53% | - |
| HSV(B) | 183.51º | 0.82% | 0.9% | - |
| XYZ | 40.57 | 56.87 | 83.7 | - |
| YUV | 167.33 | 163.36 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 230 | 0.82 | 0.05 | 0 | 0.10 | 183.51 | 0.79 | 0.53 |
| Hex | 2A | DB | E6 | 52 | 5 | 0 | A | B8 | 4F | 35 |
| Octal | 52 | 333 | 346 | 122 | 5 | 0 | 12 | 270 | 117 | 65 |
| Binary | 101010 | 11011011 | 11100110 | 1010010 | 101 | 0 | 1010 | 10111000 | 1001111 | 110101 |
Color Harmonies of #2ADBE6
Complementary color
Monochromatic Colors of #2ADBE6
Black with #2ADBE6
Text Example
Text Example
White with #2ADBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBE6; }
p { color: rgb(42,219,230); }
H1.HeaderClassName
{
color: #2ADBE6;
}
.AnyTagClassName
{
color: #2ADBE6;
}
</style>
background-color css
<style>
a { background-color: #2ADBE6; }
a { background-color: rgb(42,219,230); }
div.DivClassName
{
background-color: #2ADBE6;
}
.BgClassName
{
background-color: #2ADBE6;
}
</style>
border-color css
<style>
span { border-color: #2ADBE6; }
span { border-color: rgb(42,219,230); }
td.TdClassName
{
border-color: #2ADBE6;
}
.TagClassName
{
border-color: #2ADBE6;
}
</style>