Shades of Bright Turquoise #1ADFFB
Tints of Bright Turquoise #1ADFFB
RGB
CMYK
RGB Variations
Color information
#1ADFFB (or 0x1ADFFB) is known color: Bright Turquoise. HEX triplet: 1A, DF and FB. RGB value is (26,223,251). Sum of RGB (Red+Green+Blue) = 26+223+251=500 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.2% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ADFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFFB is #E52004. Grayscale: #A6A6A6. Windows color (decimal): -15015941 or 16506650. OLE color: 16506650.
HSL color Cylindrical-coordinate representation of color #1ADFFB: hue angle of 187.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADFFB is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 223 | 251 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.02 |
| HSL | 187.47º | 0.97% | 0.54% | - |
| HSV(B) | 187.47º | 0.9% | 0.98% | - |
| XYZ | 44.23 | 59.96 | 100.51 | - |
| YUV | 167.29 | 175.23 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 251 | 0.90 | 0.11 | 0 | 0.02 | 187.47 | 0.97 | 0.54 |
| Hex | 1A | DF | FB | 5A | B | 0 | 2 | BB | 61 | 36 |
| Octal | 32 | 337 | 373 | 132 | 13 | 0 | 2 | 273 | 141 | 66 |
| Binary | 11010 | 11011111 | 11111011 | 1011010 | 1011 | 0 | 10 | 10111011 | 1100001 | 110110 |
Color Harmonies of #1ADFFB
Complementary color
Monochromatic Colors of #1ADFFB
Black with #1ADFFB
Text Example
Text Example
White with #1ADFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFFB; }
p { color: rgb(26,223,251); }
H1.HeaderClassName
{
color: #1ADFFB;
}
.AnyTagClassName
{
color: #1ADFFB;
}
</style>
background-color css
<style>
a { background-color: #1ADFFB; }
a { background-color: rgb(26,223,251); }
div.DivClassName
{
background-color: #1ADFFB;
}
.BgClassName
{
background-color: #1ADFFB;
}
</style>
border-color css
<style>
span { border-color: #1ADFFB; }
span { border-color: rgb(26,223,251); }
td.TdClassName
{
border-color: #1ADFFB;
}
.TagClassName
{
border-color: #1ADFFB;
}
</style>