Shades of Bright Turquoise #1ADFF4
Tints of Bright Turquoise #1ADFF4
RGB
CMYK
RGB Variations
Color information
#1ADFF4 (or 0x1ADFF4) is known color: Bright Turquoise. HEX triplet: 1A, DF and F4. RGB value is (26,223,244). Sum of RGB (Red+Green+Blue) = 26+223+244=493 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.27% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #1ADFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFF4 is #E5200B. Grayscale: #A6A6A6. Windows color (decimal): -15015948 or 16047898. OLE color: 16047898.
HSL color Cylindrical-coordinate representation of color #1ADFF4: hue angle of 185.78º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFF4 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 223 | 244 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.04 |
| HSL | 185.78º | 0.91% | 0.53% | - |
| HSV(B) | 185.78º | 0.89% | 0.96% | - |
| XYZ | 43.14 | 59.53 | 94.8 | - |
| YUV | 166.49 | 171.73 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 244 | 0.89 | 0.09 | 0 | 0.04 | 185.78 | 0.91 | 0.53 |
| Hex | 1A | DF | F4 | 59 | 9 | 0 | 4 | BA | 5B | 35 |
| Octal | 32 | 337 | 364 | 131 | 11 | 0 | 4 | 272 | 133 | 65 |
| Binary | 11010 | 11011111 | 11110100 | 1011001 | 1001 | 0 | 100 | 10111010 | 1011011 | 110101 |
Color Harmonies of #1ADFF4
Complementary color
Monochromatic Colors of #1ADFF4
Black with #1ADFF4
Text Example
Text Example
White with #1ADFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFF4; }
p { color: rgb(26,223,244); }
H1.HeaderClassName
{
color: #1ADFF4;
}
.AnyTagClassName
{
color: #1ADFF4;
}
</style>
background-color css
<style>
a { background-color: #1ADFF4; }
a { background-color: rgb(26,223,244); }
div.DivClassName
{
background-color: #1ADFF4;
}
.BgClassName
{
background-color: #1ADFF4;
}
</style>
border-color css
<style>
span { border-color: #1ADFF4; }
span { border-color: rgb(26,223,244); }
td.TdClassName
{
border-color: #1ADFF4;
}
.TagClassName
{
border-color: #1ADFF4;
}
</style>