Shades of Bright Turquoise #1AD4EE
Tints of Bright Turquoise #1AD4EE
RGB
CMYK
RGB Variations
Color information
#1AD4EE (or 0x1AD4EE) is known color: Bright Turquoise. HEX triplet: 1A, D4 and EE. RGB value is (26,212,238). Sum of RGB (Red+Green+Blue) = 26+212+238=476 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.46% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #1AD4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD4EE is #E52B11. Grayscale: #9F9F9F. Windows color (decimal): -15018770 or 15651866. OLE color: 15651866.
HSL color Cylindrical-coordinate representation of color #1AD4EE: hue angle of 187.36º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD4EE is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 212 | 238 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.07 |
| HSL | 187.36º | 0.86% | 0.52% | - |
| HSV(B) | 187.36º | 0.89% | 0.93% | - |
| XYZ | 39.4 | 53.48 | 89.13 | - |
| YUV | 159.35 | 172.38 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 238 | 0.89 | 0.11 | 0 | 0.07 | 187.36 | 0.86 | 0.52 |
| Hex | 1A | D4 | EE | 59 | B | 0 | 7 | BB | 56 | 34 |
| Octal | 32 | 324 | 356 | 131 | 13 | 0 | 7 | 273 | 126 | 64 |
| Binary | 11010 | 11010100 | 11101110 | 1011001 | 1011 | 0 | 111 | 10111011 | 1010110 | 110100 |
Color Harmonies of #1AD4EE
Complementary color
Monochromatic Colors of #1AD4EE
Black with #1AD4EE
Text Example
Text Example
White with #1AD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4EE; }
p { color: rgb(26,212,238); }
H1.HeaderClassName
{
color: #1AD4EE;
}
.AnyTagClassName
{
color: #1AD4EE;
}
</style>
background-color css
<style>
a { background-color: #1AD4EE; }
a { background-color: rgb(26,212,238); }
div.DivClassName
{
background-color: #1AD4EE;
}
.BgClassName
{
background-color: #1AD4EE;
}
</style>
border-color css
<style>
span { border-color: #1AD4EE; }
span { border-color: rgb(26,212,238); }
td.TdClassName
{
border-color: #1AD4EE;
}
.TagClassName
{
border-color: #1AD4EE;
}
</style>