Shades of Bright Turquoise #2ADEFE
Tints of Bright Turquoise #2ADEFE
RGB
CMYK
RGB Variations
Color information
#2ADEFE (or 0x2ADEFE) is known color: Bright Turquoise. HEX triplet: 2A, DE and FE. RGB value is (42,222,254). Sum of RGB (Red+Green+Blue) = 42+222+254=518 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.11% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ADEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADEFE is #D52101. Grayscale: #ABABAB. Windows color (decimal): -13967618 or 16703018. OLE color: 16703018.
HSL color Cylindrical-coordinate representation of color #2ADEFE: hue angle of 189.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADEFE is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 222 | 254 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.00 |
| HSL | 189.06º | 0.99% | 0.58% | - |
| HSV(B) | 189.06º | 0.83% | 1% | - |
| XYZ | 44.97 | 59.89 | 102.96 | - |
| YUV | 171.83 | 174.37 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 254 | 0.83 | 0.13 | 0 | 0.00 | 189.06 | 0.99 | 0.58 |
| Hex | 2A | DE | FE | 53 | D | 0 | 0 | BD | 63 | 3A |
| Octal | 52 | 336 | 376 | 123 | 15 | 0 | 0 | 275 | 143 | 72 |
| Binary | 101010 | 11011110 | 11111110 | 1010011 | 1101 | 0 | 0 | 10111101 | 1100011 | 111010 |
Color Harmonies of #2ADEFE
Complementary color
Monochromatic Colors of #2ADEFE
Black with #2ADEFE
Text Example
Text Example
White with #2ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEFE; }
p { color: rgb(42,222,254); }
H1.HeaderClassName
{
color: #2ADEFE;
}
.AnyTagClassName
{
color: #2ADEFE;
}
</style>
background-color css
<style>
a { background-color: #2ADEFE; }
a { background-color: rgb(42,222,254); }
div.DivClassName
{
background-color: #2ADEFE;
}
.BgClassName
{
background-color: #2ADEFE;
}
</style>
border-color css
<style>
span { border-color: #2ADEFE; }
span { border-color: rgb(42,222,254); }
td.TdClassName
{
border-color: #2ADEFE;
}
.TagClassName
{
border-color: #2ADEFE;
}
</style>