Shades of Bright Turquoise #2ADFFB
Tints of Bright Turquoise #2ADFFB
RGB
CMYK
RGB Variations
Color information
#2ADFFB (or 0x2ADFFB) is known color: Bright Turquoise. HEX triplet: 2A, DF and FB. RGB value is (42,223,251). Sum of RGB (Red+Green+Blue) = 42+223+251=516 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.14% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ADFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFFB is #D52004. Grayscale: #ABABAB. Windows color (decimal): -13967365 or 16506666. OLE color: 16506666.
HSL color Cylindrical-coordinate representation of color #2ADFFB: hue angle of 188.04º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADFFB is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 223 | 251 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.02 |
| HSL | 188.04º | 0.96% | 0.57% | - |
| HSV(B) | 188.04º | 0.83% | 0.98% | - |
| XYZ | 44.76 | 60.23 | 100.53 | - |
| YUV | 172.07 | 172.53 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 251 | 0.83 | 0.11 | 0 | 0.02 | 188.04 | 0.96 | 0.57 |
| Hex | 2A | DF | FB | 53 | B | 0 | 2 | BC | 60 | 39 |
| Octal | 52 | 337 | 373 | 123 | 13 | 0 | 2 | 274 | 140 | 71 |
| Binary | 101010 | 11011111 | 11111011 | 1010011 | 1011 | 0 | 10 | 10111100 | 1100000 | 111001 |
Color Harmonies of #2ADFFB
Complementary color
Monochromatic Colors of #2ADFFB
Black with #2ADFFB
Text Example
Text Example
White with #2ADFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFFB; }
p { color: rgb(42,223,251); }
H1.HeaderClassName
{
color: #2ADFFB;
}
.AnyTagClassName
{
color: #2ADFFB;
}
</style>
background-color css
<style>
a { background-color: #2ADFFB; }
a { background-color: rgb(42,223,251); }
div.DivClassName
{
background-color: #2ADFFB;
}
.BgClassName
{
background-color: #2ADFFB;
}
</style>
border-color css
<style>
span { border-color: #2ADFFB; }
span { border-color: rgb(42,223,251); }
td.TdClassName
{
border-color: #2ADFFB;
}
.TagClassName
{
border-color: #2ADFFB;
}
</style>