Shades of Bright Turquoise #1AFBDB
Tints of Bright Turquoise #1AFBDB
RGB
CMYK
RGB Variations
Color information
#1AFBDB (or 0x1AFBDB) is known color: Bright Turquoise. HEX triplet: 1A, FB and DB. RGB value is (26,251,219). Sum of RGB (Red+Green+Blue) = 26+251+219=496 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.24% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBDB is #E50424. Grayscale: #B3B3B3. Windows color (decimal): -15008805 or 14416666. OLE color: 14416666.
HSL color Cylindrical-coordinate representation of color #1AFBDB: hue angle of 171.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 #1AFBDB is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 219 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.02 |
| HSL | 171.47º | 0.97% | 0.54% | - |
| HSV(B) | 171.47º | 0.9% | 0.98% | - |
| XYZ | 47.71 | 74.33 | 78.85 | - |
| YUV | 180.08 | 149.96 | 18.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 219 | 0.90 | 0 | 0.13 | 0.02 | 171.47 | 0.97 | 0.54 |
| Hex | 1A | FB | DB | 5A | 0 | D | 2 | AB | 61 | 36 |
| Octal | 32 | 373 | 333 | 132 | 0 | 15 | 2 | 253 | 141 | 66 |
| Binary | 11010 | 11111011 | 11011011 | 1011010 | 0 | 1101 | 10 | 10101011 | 1100001 | 110110 |
Color Harmonies of #1AFBDB
Complementary color
Monochromatic Colors of #1AFBDB
Black with #1AFBDB
Text Example
Text Example
White with #1AFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBDB; }
p { color: rgb(26,251,219); }
H1.HeaderClassName
{
color: #1AFBDB;
}
.AnyTagClassName
{
color: #1AFBDB;
}
</style>
background-color css
<style>
a { background-color: #1AFBDB; }
a { background-color: rgb(26,251,219); }
div.DivClassName
{
background-color: #1AFBDB;
}
.BgClassName
{
background-color: #1AFBDB;
}
</style>
border-color css
<style>
span { border-color: #1AFBDB; }
span { border-color: rgb(26,251,219); }
td.TdClassName
{
border-color: #1AFBDB;
}
.TagClassName
{
border-color: #1AFBDB;
}
</style>