Shades of Turquoise #2ADFDE
Tints of Turquoise #2ADFDE
RGB
CMYK
RGB Variations
Color information
#2ADFDE (or 0x2ADFDE) is known color: Turquoise. HEX triplet: 2A, DF and DE. RGB value is (42,223,222). Sum of RGB (Red+Green+Blue) = 42+223+222=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFDE is #D52021. Grayscale: #A8A8A8. Windows color (decimal): -13967394 or 14606122. OLE color: 14606122.
HSL color Cylindrical-coordinate representation of color #2ADFDE: hue angle of 179.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFDE is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 222 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.13 |
| HSL | 179.67º | 0.74% | 0.52% | - |
| HSV(B) | 179.67º | 0.81% | 0.87% | - |
| XYZ | 40.53 | 58.54 | 78.27 | - |
| YUV | 168.77 | 158.03 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 222 | 0.81 | 0 | 0.00 | 0.13 | 179.67 | 0.74 | 0.52 |
| Hex | 2A | DF | DE | 51 | 0 | 0 | D | B4 | 4A | 34 |
| Octal | 52 | 337 | 336 | 121 | 0 | 0 | 15 | 264 | 112 | 64 |
| Binary | 101010 | 11011111 | 11011110 | 1010001 | 0 | 0 | 1101 | 10110100 | 1001010 | 110100 |
Color Harmonies of #2ADFDE
Complementary color
Monochromatic Colors of #2ADFDE
Black with #2ADFDE
Text Example
Text Example
White with #2ADFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFDE; }
p { color: rgb(42,223,222); }
H1.HeaderClassName
{
color: #2ADFDE;
}
.AnyTagClassName
{
color: #2ADFDE;
}
</style>
background-color css
<style>
a { background-color: #2ADFDE; }
a { background-color: rgb(42,223,222); }
div.DivClassName
{
background-color: #2ADFDE;
}
.BgClassName
{
background-color: #2ADFDE;
}
</style>
border-color css
<style>
span { border-color: #2ADFDE; }
span { border-color: rgb(42,223,222); }
td.TdClassName
{
border-color: #2ADFDE;
}
.TagClassName
{
border-color: #2ADFDE;
}
</style>