Shades of Bright Turquoise #1ADDFC
Tints of Bright Turquoise #1ADDFC
RGB
CMYK
RGB Variations
Color information
#1ADDFC (or 0x1ADDFC) is known color: Bright Turquoise. HEX triplet: 1A, DD and FC. RGB value is (26,221,252). Sum of RGB (Red+Green+Blue) = 26+221+252=499 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.21% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ADDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDFC is #E52203. Grayscale: #A5A5A5. Windows color (decimal): -15016452 or 16571674. OLE color: 16571674.
HSL color Cylindrical-coordinate representation of color #1ADDFC: hue angle of 188.23º degrees, saturation: 0.97, 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 #1ADDFC is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 221 | 252 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.01 |
| HSL | 188.23º | 0.97% | 0.55% | - |
| HSV(B) | 188.23º | 0.9% | 0.99% | - |
| XYZ | 43.85 | 58.96 | 101.16 | - |
| YUV | 166.23 | 176.4 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 252 | 0.90 | 0.12 | 0 | 0.01 | 188.23 | 0.97 | 0.55 |
| Hex | 1A | DD | FC | 5A | C | 0 | 1 | BC | 61 | 37 |
| Octal | 32 | 335 | 374 | 132 | 14 | 0 | 1 | 274 | 141 | 67 |
| Binary | 11010 | 11011101 | 11111100 | 1011010 | 1100 | 0 | 1 | 10111100 | 1100001 | 110111 |
Color Harmonies of #1ADDFC
Complementary color
Monochromatic Colors of #1ADDFC
Black with #1ADDFC
Text Example
Text Example
White with #1ADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDFC; }
p { color: rgb(26,221,252); }
H1.HeaderClassName
{
color: #1ADDFC;
}
.AnyTagClassName
{
color: #1ADDFC;
}
</style>
background-color css
<style>
a { background-color: #1ADDFC; }
a { background-color: rgb(26,221,252); }
div.DivClassName
{
background-color: #1ADDFC;
}
.BgClassName
{
background-color: #1ADDFC;
}
</style>
border-color css
<style>
span { border-color: #1ADDFC; }
span { border-color: rgb(26,221,252); }
td.TdClassName
{
border-color: #1ADDFC;
}
.TagClassName
{
border-color: #1ADDFC;
}
</style>