Shades of Bright Turquoise #2ADEF3
Tints of Bright Turquoise #2ADEF3
RGB
CMYK
RGB Variations
Color information
#2ADEF3 (or 0x2ADEF3) is known color: Bright Turquoise. HEX triplet: 2A, DE and F3. RGB value is (42,222,243). Sum of RGB (Red+Green+Blue) = 42+222+243=507 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.28% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #2ADEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADEF3 is #D5210C. Grayscale: #AAAAAA. Windows color (decimal): -13967629 or 15982122. OLE color: 15982122.
HSL color Cylindrical-coordinate representation of color #2ADEF3: hue angle of 186.27º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADEF3 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 222 | 243 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.05 |
| HSL | 186.27º | 0.89% | 0.56% | - |
| HSV(B) | 186.27º | 0.83% | 0.95% | - |
| XYZ | 43.25 | 59.21 | 93.94 | - |
| YUV | 170.57 | 168.87 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 243 | 0.83 | 0.09 | 0 | 0.05 | 186.27 | 0.89 | 0.56 |
| Hex | 2A | DE | F3 | 53 | 9 | 0 | 5 | BA | 59 | 38 |
| Octal | 52 | 336 | 363 | 123 | 11 | 0 | 5 | 272 | 131 | 70 |
| Binary | 101010 | 11011110 | 11110011 | 1010011 | 1001 | 0 | 101 | 10111010 | 1011001 | 111000 |
Color Harmonies of #2ADEF3
Complementary color
Monochromatic Colors of #2ADEF3
Black with #2ADEF3
Text Example
Text Example
White with #2ADEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEF3; }
p { color: rgb(42,222,243); }
H1.HeaderClassName
{
color: #2ADEF3;
}
.AnyTagClassName
{
color: #2ADEF3;
}
</style>
background-color css
<style>
a { background-color: #2ADEF3; }
a { background-color: rgb(42,222,243); }
div.DivClassName
{
background-color: #2ADEF3;
}
.BgClassName
{
background-color: #2ADEF3;
}
</style>
border-color css
<style>
span { border-color: #2ADEF3; }
span { border-color: rgb(42,222,243); }
td.TdClassName
{
border-color: #2ADEF3;
}
.TagClassName
{
border-color: #2ADEF3;
}
</style>