Shades of Bright Turquoise #1AFBDA
Tints of Bright Turquoise #1AFBDA
RGB
CMYK
RGB Variations
Color information
#1AFBDA (or 0x1AFBDA) is known color: Bright Turquoise. HEX triplet: 1A, FB and DA. RGB value is (26,251,218). Sum of RGB (Red+Green+Blue) = 26+251+218=495 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.25% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBDA is #E50425. Grayscale: #B3B3B3. Windows color (decimal): -15008806 or 14351130. OLE color: 14351130.
HSL color Cylindrical-coordinate representation of color #1AFBDA: hue angle of 171.2º 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 #1AFBDA is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 218 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.02 |
| HSL | 171.2º | 0.97% | 0.54% | - |
| HSV(B) | 171.2º | 0.9% | 0.98% | - |
| XYZ | 47.58 | 74.28 | 78.16 | - |
| YUV | 179.96 | 149.46 | 18.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 218 | 0.90 | 0 | 0.13 | 0.02 | 171.2 | 0.97 | 0.54 |
| Hex | 1A | FB | DA | 5A | 0 | D | 2 | AB | 61 | 36 |
| Octal | 32 | 373 | 332 | 132 | 0 | 15 | 2 | 253 | 141 | 66 |
| Binary | 11010 | 11111011 | 11011010 | 1011010 | 0 | 1101 | 10 | 10101011 | 1100001 | 110110 |
Color Harmonies of #1AFBDA
Complementary color
Monochromatic Colors of #1AFBDA
Black with #1AFBDA
Text Example
Text Example
White with #1AFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBDA; }
p { color: rgb(26,251,218); }
H1.HeaderClassName
{
color: #1AFBDA;
}
.AnyTagClassName
{
color: #1AFBDA;
}
</style>
background-color css
<style>
a { background-color: #1AFBDA; }
a { background-color: rgb(26,251,218); }
div.DivClassName
{
background-color: #1AFBDA;
}
.BgClassName
{
background-color: #1AFBDA;
}
</style>
border-color css
<style>
span { border-color: #1AFBDA; }
span { border-color: rgb(26,251,218); }
td.TdClassName
{
border-color: #1AFBDA;
}
.TagClassName
{
border-color: #1AFBDA;
}
</style>