Shades of Bright Turquoise #1AD2E7
Tints of Bright Turquoise #1AD2E7
RGB
CMYK
RGB Variations
Color information
#1AD2E7 (or 0x1AD2E7) is known color: Bright Turquoise. HEX triplet: 1A, D2 and E7. RGB value is (26,210,231). Sum of RGB (Red+Green+Blue) = 26+210+231=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #1AD2E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD2E7 is #E52D18. Grayscale: #9D9D9D. Windows color (decimal): -15019289 or 15192602. OLE color: 15192602.
HSL color Cylindrical-coordinate representation of color #1AD2E7: hue angle of 186.15º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD2E7 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 210 | 231 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.09 |
| HSL | 186.15º | 0.81% | 0.5% | - |
| HSV(B) | 186.15º | 0.89% | 0.91% | - |
| XYZ | 37.9 | 52.08 | 83.66 | - |
| YUV | 157.38 | 169.54 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 231 | 0.89 | 0.09 | 0 | 0.09 | 186.15 | 0.81 | 0.5 |
| Hex | 1A | D2 | E7 | 59 | 9 | 0 | 9 | BA | 51 | 32 |
| Octal | 32 | 322 | 347 | 131 | 11 | 0 | 11 | 272 | 121 | 62 |
| Binary | 11010 | 11010010 | 11100111 | 1011001 | 1001 | 0 | 1001 | 10111010 | 1010001 | 110010 |
Color Harmonies of #1AD2E7
Complementary color
Monochromatic Colors of #1AD2E7
Black with #1AD2E7
Text Example
Text Example
White with #1AD2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2E7; }
p { color: rgb(26,210,231); }
H1.HeaderClassName
{
color: #1AD2E7;
}
.AnyTagClassName
{
color: #1AD2E7;
}
</style>
background-color css
<style>
a { background-color: #1AD2E7; }
a { background-color: rgb(26,210,231); }
div.DivClassName
{
background-color: #1AD2E7;
}
.BgClassName
{
background-color: #1AD2E7;
}
</style>
border-color css
<style>
span { border-color: #1AD2E7; }
span { border-color: rgb(26,210,231); }
td.TdClassName
{
border-color: #1AD2E7;
}
.TagClassName
{
border-color: #1AD2E7;
}
</style>