Shades of Bright Turquoise #2ADFFE
Tints of Bright Turquoise #2ADFFE
RGB
CMYK
RGB Variations
Color information
#2ADFFE (or 0x2ADFFE) is known color: Bright Turquoise. HEX triplet: 2A, DF and FE. RGB value is (42,223,254). Sum of RGB (Red+Green+Blue) = 42+223+254=519 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.09% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ADFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFFE is #D52001. Grayscale: #ACACAC. Windows color (decimal): -13967362 or 16703274. OLE color: 16703274.
HSL color Cylindrical-coordinate representation of color #2ADFFE: hue angle of 188.77º 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 #2ADFFE is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 223 | 254 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.00 |
| HSL | 188.77º | 0.99% | 0.58% | - |
| HSV(B) | 188.77º | 0.83% | 1% | - |
| XYZ | 45.23 | 60.42 | 103.04 | - |
| YUV | 172.42 | 174.03 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 254 | 0.83 | 0.12 | 0 | 0.00 | 188.77 | 0.99 | 0.58 |
| Hex | 2A | DF | FE | 53 | C | 0 | 0 | BD | 63 | 3A |
| Octal | 52 | 337 | 376 | 123 | 14 | 0 | 0 | 275 | 143 | 72 |
| Binary | 101010 | 11011111 | 11111110 | 1010011 | 1100 | 0 | 0 | 10111101 | 1100011 | 111010 |
Color Harmonies of #2ADFFE
Complementary color
Monochromatic Colors of #2ADFFE
Black with #2ADFFE
Text Example
Text Example
White with #2ADFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFFE; }
p { color: rgb(42,223,254); }
H1.HeaderClassName
{
color: #2ADFFE;
}
.AnyTagClassName
{
color: #2ADFFE;
}
</style>
background-color css
<style>
a { background-color: #2ADFFE; }
a { background-color: rgb(42,223,254); }
div.DivClassName
{
background-color: #2ADFFE;
}
.BgClassName
{
background-color: #2ADFFE;
}
</style>
border-color css
<style>
span { border-color: #2ADFFE; }
span { border-color: rgb(42,223,254); }
td.TdClassName
{
border-color: #2ADFFE;
}
.TagClassName
{
border-color: #2ADFFE;
}
</style>