Shades of Bright Turquoise #1AD4E7
Tints of Bright Turquoise #1AD4E7
RGB
CMYK
RGB Variations
Color information
#1AD4E7 (or 0x1AD4E7) is known color: Bright Turquoise. HEX triplet: 1A, D4 and E7. RGB value is (26,212,231). Sum of RGB (Red+Green+Blue) = 26+212+231=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #1AD4E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD4E7 is #E52B18. Grayscale: #9E9E9E. Windows color (decimal): -15018777 or 15193114. OLE color: 15193114.
HSL color Cylindrical-coordinate representation of color #1AD4E7: hue angle of 185.56º 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 #1AD4E7 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 212 | 231 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.09 |
| HSL | 185.56º | 0.81% | 0.5% | - |
| HSV(B) | 185.56º | 0.89% | 0.91% | - |
| XYZ | 38.39 | 53.08 | 83.82 | - |
| YUV | 158.55 | 168.88 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 231 | 0.89 | 0.08 | 0 | 0.09 | 185.56 | 0.81 | 0.5 |
| Hex | 1A | D4 | E7 | 59 | 8 | 0 | 9 | BA | 51 | 32 |
| Octal | 32 | 324 | 347 | 131 | 10 | 0 | 11 | 272 | 121 | 62 |
| Binary | 11010 | 11010100 | 11100111 | 1011001 | 1000 | 0 | 1001 | 10111010 | 1010001 | 110010 |
Color Harmonies of #1AD4E7
Complementary color
Monochromatic Colors of #1AD4E7
Black with #1AD4E7
Text Example
Text Example
White with #1AD4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4E7; }
p { color: rgb(26,212,231); }
H1.HeaderClassName
{
color: #1AD4E7;
}
.AnyTagClassName
{
color: #1AD4E7;
}
</style>
background-color css
<style>
a { background-color: #1AD4E7; }
a { background-color: rgb(26,212,231); }
div.DivClassName
{
background-color: #1AD4E7;
}
.BgClassName
{
background-color: #1AD4E7;
}
</style>
border-color css
<style>
span { border-color: #1AD4E7; }
span { border-color: rgb(26,212,231); }
td.TdClassName
{
border-color: #1AD4E7;
}
.TagClassName
{
border-color: #1AD4E7;
}
</style>