Shades of Bright Turquoise #1ADEFE
Tints of Bright Turquoise #1ADEFE
RGB
CMYK
RGB Variations
Color information
#1ADEFE (or 0x1ADEFE) is known color: Bright Turquoise. HEX triplet: 1A, DE and FE. RGB value is (26,222,254). Sum of RGB (Red+Green+Blue) = 26+222+254=502 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.18% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ADEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADEFE is #E52101. Grayscale: #A6A6A6. Windows color (decimal): -15016194 or 16703002. OLE color: 16703002.
HSL color Cylindrical-coordinate representation of color #1ADEFE: hue angle of 188.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADEFE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 222 | 254 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.00 |
| HSL | 188.42º | 0.99% | 0.55% | - |
| HSV(B) | 188.42º | 0.9% | 1% | - |
| XYZ | 44.44 | 59.62 | 102.93 | - |
| YUV | 167.04 | 177.07 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 254 | 0.90 | 0.13 | 0 | 0.00 | 188.42 | 0.99 | 0.55 |
| Hex | 1A | DE | FE | 5A | D | 0 | 0 | BC | 63 | 37 |
| Octal | 32 | 336 | 376 | 132 | 15 | 0 | 0 | 274 | 143 | 67 |
| Binary | 11010 | 11011110 | 11111110 | 1011010 | 1101 | 0 | 0 | 10111100 | 1100011 | 110111 |
Color Harmonies of #1ADEFE
Complementary color
Monochromatic Colors of #1ADEFE
Black with #1ADEFE
Text Example
Text Example
White with #1ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEFE; }
p { color: rgb(26,222,254); }
H1.HeaderClassName
{
color: #1ADEFE;
}
.AnyTagClassName
{
color: #1ADEFE;
}
</style>
background-color css
<style>
a { background-color: #1ADEFE; }
a { background-color: rgb(26,222,254); }
div.DivClassName
{
background-color: #1ADEFE;
}
.BgClassName
{
background-color: #1ADEFE;
}
</style>
border-color css
<style>
span { border-color: #1ADEFE; }
span { border-color: rgb(26,222,254); }
td.TdClassName
{
border-color: #1ADEFE;
}
.TagClassName
{
border-color: #1ADEFE;
}
</style>