Shades of Bright Turquoise #1ADDF8
Tints of Bright Turquoise #1ADDF8
RGB
CMYK
RGB Variations
Color information
#1ADDF8 (or 0x1ADDF8) is known color: Bright Turquoise. HEX triplet: 1A, DD and F8. RGB value is (26,221,248). Sum of RGB (Red+Green+Blue) = 26+221+248=495 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.25% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #1ADDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDF8 is #E52207. Grayscale: #A5A5A5. Windows color (decimal): -15016456 or 16309530. OLE color: 16309530.
HSL color Cylindrical-coordinate representation of color #1ADDF8: hue angle of 187.3º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADDF8 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 221 | 248 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.03 |
| HSL | 187.3º | 0.94% | 0.54% | - |
| HSV(B) | 187.3º | 0.9% | 0.97% | - |
| XYZ | 43.23 | 58.71 | 97.86 | - |
| YUV | 165.77 | 174.4 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 248 | 0.90 | 0.11 | 0 | 0.03 | 187.3 | 0.94 | 0.54 |
| Hex | 1A | DD | F8 | 5A | B | 0 | 3 | BB | 5E | 36 |
| Octal | 32 | 335 | 370 | 132 | 13 | 0 | 3 | 273 | 136 | 66 |
| Binary | 11010 | 11011101 | 11111000 | 1011010 | 1011 | 0 | 11 | 10111011 | 1011110 | 110110 |
Color Harmonies of #1ADDF8
Complementary color
Monochromatic Colors of #1ADDF8
Black with #1ADDF8
Text Example
Text Example
White with #1ADDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDF8; }
p { color: rgb(26,221,248); }
H1.HeaderClassName
{
color: #1ADDF8;
}
.AnyTagClassName
{
color: #1ADDF8;
}
</style>
background-color css
<style>
a { background-color: #1ADDF8; }
a { background-color: rgb(26,221,248); }
div.DivClassName
{
background-color: #1ADDF8;
}
.BgClassName
{
background-color: #1ADDF8;
}
</style>
border-color css
<style>
span { border-color: #1ADDF8; }
span { border-color: rgb(26,221,248); }
td.TdClassName
{
border-color: #1ADDF8;
}
.TagClassName
{
border-color: #1ADDF8;
}
</style>