Shades of Bright Turquoise #1ADEFD
Tints of Bright Turquoise #1ADEFD
RGB
CMYK
RGB Variations
Color information
#1ADEFD (or 0x1ADEFD) is known color: Bright Turquoise. HEX triplet: 1A, DE and FD. RGB value is (26,222,253). Sum of RGB (Red+Green+Blue) = 26+222+253=501 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.19% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ADEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADEFD is #E52102. Grayscale: #A6A6A6. Windows color (decimal): -15016195 or 16637466. OLE color: 16637466.
HSL color Cylindrical-coordinate representation of color #1ADEFD: hue angle of 188.19º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADEFD is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 222 | 253 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.01 |
| HSL | 188.19º | 0.98% | 0.55% | - |
| HSV(B) | 188.19º | 0.9% | 0.99% | - |
| XYZ | 44.28 | 59.55 | 102.09 | - |
| YUV | 166.93 | 176.57 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 253 | 0.90 | 0.12 | 0 | 0.01 | 188.19 | 0.98 | 0.55 |
| Hex | 1A | DE | FD | 5A | C | 0 | 1 | BC | 62 | 37 |
| Octal | 32 | 336 | 375 | 132 | 14 | 0 | 1 | 274 | 142 | 67 |
| Binary | 11010 | 11011110 | 11111101 | 1011010 | 1100 | 0 | 1 | 10111100 | 1100010 | 110111 |
Color Harmonies of #1ADEFD
Complementary color
Monochromatic Colors of #1ADEFD
Black with #1ADEFD
Text Example
Text Example
White with #1ADEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEFD; }
p { color: rgb(26,222,253); }
H1.HeaderClassName
{
color: #1ADEFD;
}
.AnyTagClassName
{
color: #1ADEFD;
}
</style>
background-color css
<style>
a { background-color: #1ADEFD; }
a { background-color: rgb(26,222,253); }
div.DivClassName
{
background-color: #1ADEFD;
}
.BgClassName
{
background-color: #1ADEFD;
}
</style>
border-color css
<style>
span { border-color: #1ADEFD; }
span { border-color: rgb(26,222,253); }
td.TdClassName
{
border-color: #1ADEFD;
}
.TagClassName
{
border-color: #1ADEFD;
}
</style>