Shades of Turquoise #2AD6EF
Tints of Turquoise #2AD6EF
RGB
CMYK
RGB Variations
Color information
#2AD6EF (or 0x2AD6EF) is known color: Turquoise. HEX triplet: 2A, D6 and EF. RGB value is (42,214,239). Sum of RGB (Red+Green+Blue) = 42+214+239=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AD6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD6EF is #D52910. Grayscale: #A5A5A5. Windows color (decimal): -13969681 or 15717930. OLE color: 15717930.
HSL color Cylindrical-coordinate representation of color #2AD6EF: hue angle of 187.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD6EF is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 214 | 239 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.06 |
| HSL | 187.61º | 0.86% | 0.55% | - |
| HSV(B) | 187.61º | 0.82% | 0.94% | - |
| XYZ | 40.58 | 54.82 | 90.1 | - |
| YUV | 165.42 | 169.52 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 239 | 0.82 | 0.10 | 0 | 0.06 | 187.61 | 0.86 | 0.55 |
| Hex | 2A | D6 | EF | 52 | A | 0 | 6 | BC | 56 | 37 |
| Octal | 52 | 326 | 357 | 122 | 12 | 0 | 6 | 274 | 126 | 67 |
| Binary | 101010 | 11010110 | 11101111 | 1010010 | 1010 | 0 | 110 | 10111100 | 1010110 | 110111 |
Color Harmonies of #2AD6EF
Complementary color
Monochromatic Colors of #2AD6EF
Black with #2AD6EF
Text Example
Text Example
White with #2AD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD6EF; }
p { color: rgb(42,214,239); }
H1.HeaderClassName
{
color: #2AD6EF;
}
.AnyTagClassName
{
color: #2AD6EF;
}
</style>
background-color css
<style>
a { background-color: #2AD6EF; }
a { background-color: rgb(42,214,239); }
div.DivClassName
{
background-color: #2AD6EF;
}
.BgClassName
{
background-color: #2AD6EF;
}
</style>
border-color css
<style>
span { border-color: #2AD6EF; }
span { border-color: rgb(42,214,239); }
td.TdClassName
{
border-color: #2AD6EF;
}
.TagClassName
{
border-color: #2AD6EF;
}
</style>