Shades of Bright Turquoise #1AD2EF
Tints of Bright Turquoise #1AD2EF
RGB
CMYK
RGB Variations
Color information
#1AD2EF (or 0x1AD2EF) is known color: Bright Turquoise. HEX triplet: 1A, D2 and EF. RGB value is (26,210,239). Sum of RGB (Red+Green+Blue) = 26+210+239=475 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.47% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD2EF is #E52D10. Grayscale: #9D9D9D. Windows color (decimal): -15019281 or 15716890. OLE color: 15716890.
HSL color Cylindrical-coordinate representation of color #1AD2EF: hue angle of 188.17º degrees, saturation: 0.87, 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 #1AD2EF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 210 | 239 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.06 |
| HSL | 188.17º | 0.87% | 0.52% | - |
| HSV(B) | 188.17º | 0.89% | 0.94% | - |
| XYZ | 39.05 | 52.54 | 89.75 | - |
| YUV | 158.29 | 173.54 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 239 | 0.89 | 0.12 | 0 | 0.06 | 188.17 | 0.87 | 0.52 |
| Hex | 1A | D2 | EF | 59 | C | 0 | 6 | BC | 57 | 34 |
| Octal | 32 | 322 | 357 | 131 | 14 | 0 | 6 | 274 | 127 | 64 |
| Binary | 11010 | 11010010 | 11101111 | 1011001 | 1100 | 0 | 110 | 10111100 | 1010111 | 110100 |
Color Harmonies of #1AD2EF
Complementary color
Monochromatic Colors of #1AD2EF
Black with #1AD2EF
Text Example
Text Example
White with #1AD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2EF; }
p { color: rgb(26,210,239); }
H1.HeaderClassName
{
color: #1AD2EF;
}
.AnyTagClassName
{
color: #1AD2EF;
}
</style>
background-color css
<style>
a { background-color: #1AD2EF; }
a { background-color: rgb(26,210,239); }
div.DivClassName
{
background-color: #1AD2EF;
}
.BgClassName
{
background-color: #1AD2EF;
}
</style>
border-color css
<style>
span { border-color: #1AD2EF; }
span { border-color: rgb(26,210,239); }
td.TdClassName
{
border-color: #1AD2EF;
}
.TagClassName
{
border-color: #1AD2EF;
}
</style>