Shades of Turquoise #2AD5EF
Tints of Turquoise #2AD5EF
RGB
CMYK
RGB Variations
Color information
#2AD5EF (or 0x2AD5EF) is known color: Turquoise. HEX triplet: 2A, D5 and EF. RGB value is (42,213,239). Sum of RGB (Red+Green+Blue) = 42+213+239=494 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.50% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AD5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD5EF is #D52A10. Grayscale: #A4A4A4. Windows color (decimal): -13969937 or 15717674. OLE color: 15717674.
HSL color Cylindrical-coordinate representation of color #2AD5EF: hue angle of 187.92º 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 #2AD5EF is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 213 | 239 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.06 |
| HSL | 187.92º | 0.86% | 0.55% | - |
| HSV(B) | 187.92º | 0.82% | 0.94% | - |
| XYZ | 40.33 | 54.31 | 90.02 | - |
| YUV | 164.84 | 169.85 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 239 | 0.82 | 0.11 | 0 | 0.06 | 187.92 | 0.86 | 0.55 |
| Hex | 2A | D5 | EF | 52 | B | 0 | 6 | BC | 56 | 37 |
| Octal | 52 | 325 | 357 | 122 | 13 | 0 | 6 | 274 | 126 | 67 |
| Binary | 101010 | 11010101 | 11101111 | 1010010 | 1011 | 0 | 110 | 10111100 | 1010110 | 110111 |
Color Harmonies of #2AD5EF
Complementary color
Monochromatic Colors of #2AD5EF
Black with #2AD5EF
Text Example
Text Example
White with #2AD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD5EF; }
p { color: rgb(42,213,239); }
H1.HeaderClassName
{
color: #2AD5EF;
}
.AnyTagClassName
{
color: #2AD5EF;
}
</style>
background-color css
<style>
a { background-color: #2AD5EF; }
a { background-color: rgb(42,213,239); }
div.DivClassName
{
background-color: #2AD5EF;
}
.BgClassName
{
background-color: #2AD5EF;
}
</style>
border-color css
<style>
span { border-color: #2AD5EF; }
span { border-color: rgb(42,213,239); }
td.TdClassName
{
border-color: #2AD5EF;
}
.TagClassName
{
border-color: #2AD5EF;
}
</style>