Shades of Bright Turquoise #1ADFE0
Tints of Bright Turquoise #1ADFE0
RGB
CMYK
RGB Variations
Color information
#1ADFE0 (or 0x1ADFE0) is known color: Bright Turquoise. HEX triplet: 1A, DF and E0. RGB value is (26,223,224). Sum of RGB (Red+Green+Blue) = 26+223+224=473 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.50% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #1ADFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFE0 is #E5201F. Grayscale: #A4A4A4. Windows color (decimal): -15015968 or 14737178. OLE color: 14737178.
HSL color Cylindrical-coordinate representation of color #1ADFE0: hue angle of 180.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFE0 is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 223 | 224 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.12 |
| HSL | 180.3º | 0.79% | 0.49% | - |
| HSV(B) | 180.3º | 0.88% | 0.88% | - |
| XYZ | 40.27 | 58.38 | 79.67 | - |
| YUV | 164.21 | 161.73 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 224 | 0.88 | 0.00 | 0 | 0.12 | 180.3 | 0.79 | 0.49 |
| Hex | 1A | DF | E0 | 58 | 0 | 0 | C | B4 | 4F | 31 |
| Octal | 32 | 337 | 340 | 130 | 0 | 0 | 14 | 264 | 117 | 61 |
| Binary | 11010 | 11011111 | 11100000 | 1011000 | 0 | 0 | 1100 | 10110100 | 1001111 | 110001 |
Color Harmonies of #1ADFE0
Complementary color
Monochromatic Colors of #1ADFE0
Black with #1ADFE0
Text Example
Text Example
White with #1ADFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFE0; }
p { color: rgb(26,223,224); }
H1.HeaderClassName
{
color: #1ADFE0;
}
.AnyTagClassName
{
color: #1ADFE0;
}
</style>
background-color css
<style>
a { background-color: #1ADFE0; }
a { background-color: rgb(26,223,224); }
div.DivClassName
{
background-color: #1ADFE0;
}
.BgClassName
{
background-color: #1ADFE0;
}
</style>
border-color css
<style>
span { border-color: #1ADFE0; }
span { border-color: rgb(26,223,224); }
td.TdClassName
{
border-color: #1ADFE0;
}
.TagClassName
{
border-color: #1ADFE0;
}
</style>