Shades of Bright Turquoise #1AF0BD
Tints of Bright Turquoise #1AF0BD
RGB
CMYK
RGB Variations
Color information
#1AF0BD (or 0x1AF0BD) is known color: Bright Turquoise. HEX triplet: 1A, F0 and BD. RGB value is (26,240,189). Sum of RGB (Red+Green+Blue) = 26+240+189=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF0BD is #E50F42. Grayscale: #AAAAAA. Windows color (decimal): -15011651 or 12447770. OLE color: 12447770.
HSL color Cylindrical-coordinate representation of color #1AF0BD: hue angle of 165.7º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF0BD is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 189 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.06 |
| HSL | 165.7º | 0.88% | 0.52% | - |
| HSV(B) | 165.7º | 0.89% | 0.94% | - |
| XYZ | 40.77 | 66.21 | 58.78 | - |
| YUV | 170.2 | 138.6 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 189 | 0.89 | 0 | 0.21 | 0.06 | 165.7 | 0.88 | 0.52 |
| Hex | 1A | F0 | BD | 59 | 0 | 15 | 6 | A6 | 58 | 34 |
| Octal | 32 | 360 | 275 | 131 | 0 | 25 | 6 | 246 | 130 | 64 |
| Binary | 11010 | 11110000 | 10111101 | 1011001 | 0 | 10101 | 110 | 10100110 | 1011000 | 110100 |
Color Harmonies of #1AF0BD
Complementary color
Monochromatic Colors of #1AF0BD
Black with #1AF0BD
Text Example
Text Example
White with #1AF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF0BD; }
p { color: rgb(26,240,189); }
H1.HeaderClassName
{
color: #1AF0BD;
}
.AnyTagClassName
{
color: #1AF0BD;
}
</style>
background-color css
<style>
a { background-color: #1AF0BD; }
a { background-color: rgb(26,240,189); }
div.DivClassName
{
background-color: #1AF0BD;
}
.BgClassName
{
background-color: #1AF0BD;
}
</style>
border-color css
<style>
span { border-color: #1AF0BD; }
span { border-color: rgb(26,240,189); }
td.TdClassName
{
border-color: #1AF0BD;
}
.TagClassName
{
border-color: #1AF0BD;
}
</style>