Shades of Bright Turquoise #1ADFEC
Tints of Bright Turquoise #1ADFEC
RGB
CMYK
RGB Variations
Color information
#1ADFEC (or 0x1ADFEC) is known color: Bright Turquoise. HEX triplet: 1A, DF and EC. RGB value is (26,223,236). Sum of RGB (Red+Green+Blue) = 26+223+236=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ADFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFEC is #E52013. Grayscale: #A5A5A5. Windows color (decimal): -15015956 or 15523610. OLE color: 15523610.
HSL color Cylindrical-coordinate representation of color #1ADFEC: hue angle of 183.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFEC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 223 | 236 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.07 |
| HSL | 183.71º | 0.85% | 0.51% | - |
| HSV(B) | 183.71º | 0.89% | 0.93% | - |
| XYZ | 41.95 | 59.05 | 88.54 | - |
| YUV | 165.58 | 167.73 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 236 | 0.89 | 0.06 | 0 | 0.07 | 183.71 | 0.85 | 0.51 |
| Hex | 1A | DF | EC | 59 | 6 | 0 | 7 | B8 | 55 | 33 |
| Octal | 32 | 337 | 354 | 131 | 6 | 0 | 7 | 270 | 125 | 63 |
| Binary | 11010 | 11011111 | 11101100 | 1011001 | 110 | 0 | 111 | 10111000 | 1010101 | 110011 |
Color Harmonies of #1ADFEC
Complementary color
Monochromatic Colors of #1ADFEC
Black with #1ADFEC
Text Example
Text Example
White with #1ADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFEC; }
p { color: rgb(26,223,236); }
H1.HeaderClassName
{
color: #1ADFEC;
}
.AnyTagClassName
{
color: #1ADFEC;
}
</style>
background-color css
<style>
a { background-color: #1ADFEC; }
a { background-color: rgb(26,223,236); }
div.DivClassName
{
background-color: #1ADFEC;
}
.BgClassName
{
background-color: #1ADFEC;
}
</style>
border-color css
<style>
span { border-color: #1ADFEC; }
span { border-color: rgb(26,223,236); }
td.TdClassName
{
border-color: #1ADFEC;
}
.TagClassName
{
border-color: #1ADFEC;
}
</style>