Shades of Bright Turquoise #1AD8F0
Tints of Bright Turquoise #1AD8F0
RGB
CMYK
RGB Variations
Color information
#1AD8F0 (or 0x1AD8F0) is known color: Bright Turquoise. HEX triplet: 1A, D8 and F0. RGB value is (26,216,240). Sum of RGB (Red+Green+Blue) = 26+216+240=482 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.39% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #1AD8F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD8F0 is #E5270F. Grayscale: #A1A1A1. Windows color (decimal): -15017744 or 15783962. OLE color: 15783962.
HSL color Cylindrical-coordinate representation of color #1AD8F0: hue angle of 186.73º 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 #1AD8F0 is Cyan = 0.89, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 216 | 240 | - |
| CMYK | 0.89 | 0.1 | 0 | 0.06 |
| HSL | 186.73º | 0.88% | 0.52% | - |
| HSV(B) | 186.73º | 0.89% | 0.94% | - |
| XYZ | 40.71 | 55.62 | 91.03 | - |
| YUV | 161.93 | 172.05 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 240 | 0.89 | 0.1 | 0 | 0.06 | 186.73 | 0.88 | 0.52 |
| Hex | 1A | D8 | F0 | 59 | A | 0 | 6 | BB | 58 | 34 |
| Octal | 32 | 330 | 360 | 131 | 12 | 0 | 6 | 273 | 130 | 64 |
| Binary | 11010 | 11011000 | 11110000 | 1011001 | 1010 | 0 | 110 | 10111011 | 1011000 | 110100 |
Color Harmonies of #1AD8F0
Complementary color
Monochromatic Colors of #1AD8F0
Black with #1AD8F0
Text Example
Text Example
White with #1AD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD8F0; }
p { color: rgb(26,216,240); }
H1.HeaderClassName
{
color: #1AD8F0;
}
.AnyTagClassName
{
color: #1AD8F0;
}
</style>
background-color css
<style>
a { background-color: #1AD8F0; }
a { background-color: rgb(26,216,240); }
div.DivClassName
{
background-color: #1AD8F0;
}
.BgClassName
{
background-color: #1AD8F0;
}
</style>
border-color css
<style>
span { border-color: #1AD8F0; }
span { border-color: rgb(26,216,240); }
td.TdClassName
{
border-color: #1AD8F0;
}
.TagClassName
{
border-color: #1AD8F0;
}
</style>