Shades of Bright Turquoise #1ADFEB
Tints of Bright Turquoise #1ADFEB
RGB
CMYK
RGB Variations
Color information
#1ADFEB (or 0x1ADFEB) is known color: Bright Turquoise. HEX triplet: 1A, DF and EB. RGB value is (26,223,235). Sum of RGB (Red+Green+Blue) = 26+223+235=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ADFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFEB is #E52014. Grayscale: #A5A5A5. Windows color (decimal): -15015957 or 15458074. OLE color: 15458074.
HSL color Cylindrical-coordinate representation of color #1ADFEB: hue angle of 183.44º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFEB is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 223 | 235 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.08 |
| HSL | 183.45º | 0.84% | 0.51% | - |
| HSV(B) | 183.45º | 0.89% | 0.92% | - |
| XYZ | 41.81 | 58.99 | 87.78 | - |
| YUV | 165.47 | 167.23 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 235 | 0.89 | 0.05 | 0 | 0.08 | 183.45 | 0.84 | 0.51 |
| Hex | 1A | DF | EB | 59 | 5 | 0 | 8 | B7 | 54 | 33 |
| Octal | 32 | 337 | 353 | 131 | 5 | 0 | 10 | 267 | 124 | 63 |
| Binary | 11010 | 11011111 | 11101011 | 1011001 | 101 | 0 | 1000 | 10110111 | 1010100 | 110011 |
Color Harmonies of #1ADFEB
Complementary color
Monochromatic Colors of #1ADFEB
Black with #1ADFEB
Text Example
Text Example
White with #1ADFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFEB; }
p { color: rgb(26,223,235); }
H1.HeaderClassName
{
color: #1ADFEB;
}
.AnyTagClassName
{
color: #1ADFEB;
}
</style>
background-color css
<style>
a { background-color: #1ADFEB; }
a { background-color: rgb(26,223,235); }
div.DivClassName
{
background-color: #1ADFEB;
}
.BgClassName
{
background-color: #1ADFEB;
}
</style>
border-color css
<style>
span { border-color: #1ADFEB; }
span { border-color: rgb(26,223,235); }
td.TdClassName
{
border-color: #1ADFEB;
}
.TagClassName
{
border-color: #1ADFEB;
}
</style>