Shades of Turquoise #2ADFE6
Tints of Turquoise #2ADFE6
RGB
CMYK
RGB Variations
Color information
#2ADFE6 (or 0x2ADFE6) is known color: Turquoise. HEX triplet: 2A, DF and E6. RGB value is (42,223,230). Sum of RGB (Red+Green+Blue) = 42+223+230=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #2ADFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFE6 is #D52019. Grayscale: #A9A9A9. Windows color (decimal): -13967386 or 15130410. OLE color: 15130410.
HSL color Cylindrical-coordinate representation of color #2ADFE6: hue angle of 182.23º 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 #2ADFE6 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 223 | 230 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.10 |
| HSL | 182.23º | 0.79% | 0.53% | - |
| HSV(B) | 182.23º | 0.82% | 0.9% | - |
| XYZ | 41.63 | 58.98 | 84.05 | - |
| YUV | 169.68 | 162.03 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 230 | 0.82 | 0.03 | 0 | 0.10 | 182.23 | 0.79 | 0.53 |
| Hex | 2A | DF | E6 | 52 | 3 | 0 | A | B6 | 4F | 35 |
| Octal | 52 | 337 | 346 | 122 | 3 | 0 | 12 | 266 | 117 | 65 |
| Binary | 101010 | 11011111 | 11100110 | 1010010 | 11 | 0 | 1010 | 10110110 | 1001111 | 110101 |
Color Harmonies of #2ADFE6
Complementary color
Monochromatic Colors of #2ADFE6
Black with #2ADFE6
Text Example
Text Example
White with #2ADFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFE6; }
p { color: rgb(42,223,230); }
H1.HeaderClassName
{
color: #2ADFE6;
}
.AnyTagClassName
{
color: #2ADFE6;
}
</style>
background-color css
<style>
a { background-color: #2ADFE6; }
a { background-color: rgb(42,223,230); }
div.DivClassName
{
background-color: #2ADFE6;
}
.BgClassName
{
background-color: #2ADFE6;
}
</style>
border-color css
<style>
span { border-color: #2ADFE6; }
span { border-color: rgb(42,223,230); }
td.TdClassName
{
border-color: #2ADFE6;
}
.TagClassName
{
border-color: #2ADFE6;
}
</style>