Shades of Bright Turquoise #2ADCEF
Tints of Bright Turquoise #2ADCEF
RGB
CMYK
RGB Variations
Color information
#2ADCEF (or 0x2ADCEF) is known color: Bright Turquoise. HEX triplet: 2A, DC and EF. RGB value is (42,220,239). Sum of RGB (Red+Green+Blue) = 42+220+239=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ADCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCEF is #D52310. Grayscale: #A8A8A8. Windows color (decimal): -13968145 or 15719466. OLE color: 15719466.
HSL color Cylindrical-coordinate representation of color #2ADCEF: hue angle of 185.79º 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 #2ADCEF is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 220 | 239 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.06 |
| HSL | 185.79º | 0.86% | 0.55% | - |
| HSV(B) | 185.79º | 0.82% | 0.94% | - |
| XYZ | 42.13 | 57.91 | 90.62 | - |
| YUV | 168.94 | 167.53 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 239 | 0.82 | 0.08 | 0 | 0.06 | 185.79 | 0.86 | 0.55 |
| Hex | 2A | DC | EF | 52 | 8 | 0 | 6 | BA | 56 | 37 |
| Octal | 52 | 334 | 357 | 122 | 10 | 0 | 6 | 272 | 126 | 67 |
| Binary | 101010 | 11011100 | 11101111 | 1010010 | 1000 | 0 | 110 | 10111010 | 1010110 | 110111 |
Color Harmonies of #2ADCEF
Complementary color
Monochromatic Colors of #2ADCEF
Black with #2ADCEF
Text Example
Text Example
White with #2ADCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCEF; }
p { color: rgb(42,220,239); }
H1.HeaderClassName
{
color: #2ADCEF;
}
.AnyTagClassName
{
color: #2ADCEF;
}
</style>
background-color css
<style>
a { background-color: #2ADCEF; }
a { background-color: rgb(42,220,239); }
div.DivClassName
{
background-color: #2ADCEF;
}
.BgClassName
{
background-color: #2ADCEF;
}
</style>
border-color css
<style>
span { border-color: #2ADCEF; }
span { border-color: rgb(42,220,239); }
td.TdClassName
{
border-color: #2ADCEF;
}
.TagClassName
{
border-color: #2ADCEF;
}
</style>