Shades of Turquoise #2ADFE9
Tints of Turquoise #2ADFE9
RGB
CMYK
RGB Variations
Color information
#2ADFE9 (or 0x2ADFE9) is known color: Turquoise. HEX triplet: 2A, DF and E9. RGB value is (42,223,233). Sum of RGB (Red+Green+Blue) = 42+223+233=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #2ADFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFE9 is #D52016. Grayscale: #A9A9A9. Windows color (decimal): -13967383 or 15327018. OLE color: 15327018.
HSL color Cylindrical-coordinate representation of color #2ADFE9: hue angle of 183.14º 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 #2ADFE9 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 223 | 233 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.09 |
| HSL | 183.14º | 0.81% | 0.54% | - |
| HSV(B) | 183.14º | 0.82% | 0.91% | - |
| XYZ | 42.05 | 59.15 | 86.29 | - |
| YUV | 170.02 | 163.53 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 233 | 0.82 | 0.04 | 0 | 0.09 | 183.14 | 0.81 | 0.54 |
| Hex | 2A | DF | E9 | 52 | 4 | 0 | 9 | B7 | 51 | 36 |
| Octal | 52 | 337 | 351 | 122 | 4 | 0 | 11 | 267 | 121 | 66 |
| Binary | 101010 | 11011111 | 11101001 | 1010010 | 100 | 0 | 1001 | 10110111 | 1010001 | 110110 |
Color Harmonies of #2ADFE9
Complementary color
Monochromatic Colors of #2ADFE9
Black with #2ADFE9
Text Example
Text Example
White with #2ADFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFE9; }
p { color: rgb(42,223,233); }
H1.HeaderClassName
{
color: #2ADFE9;
}
.AnyTagClassName
{
color: #2ADFE9;
}
</style>
background-color css
<style>
a { background-color: #2ADFE9; }
a { background-color: rgb(42,223,233); }
div.DivClassName
{
background-color: #2ADFE9;
}
.BgClassName
{
background-color: #2ADFE9;
}
</style>
border-color css
<style>
span { border-color: #2ADFE9; }
span { border-color: rgb(42,223,233); }
td.TdClassName
{
border-color: #2ADFE9;
}
.TagClassName
{
border-color: #2ADFE9;
}
</style>