#1AD9DF

Color #1AD9DF Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1AD9DF

Tints of Bright Turquoise #1AD9DF

Color information

#1AD9DF (or 0x1AD9DF) is unknown color: approx Bright Turquoise. HEX triplet: 1A, D9 and DF. RGB value is (26,217,223). Sum of RGB (Red+Green+Blue) = 26+217+223=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AD9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD9DF is #E52620. Grayscale: #A0A0A0. Windows color (decimal): -15017505 or 14670106. OLE color: 14670106.

HSL color Cylindrical-coordinate representation of color #1AD9DF: hue angle of 181.83º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD9DF is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB26217223-
CMYK0.880.0300.13
HSL181.83º79.12%48.82%-
HSV(B)181.83º88.34%87.45%-
XYZ38.5655.1778.43-
YUV160.57163.2232.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 5.58%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=5.58%
G=46.57%
B=47.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal262172230.880.0300.13181.8379.1248.82
Hex1AD9DF5830Db64f31
Octal32331337130301526611761
Binary11010110110011101111110110001101101101101101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AD9DF; }

 p { color: rgb(26,217,223); }

 H1.HeaderClassName
 {
   color: #1AD9DF;
 }
 .AnyTagClassName
 {
   color: #1AD9DF;
 }
</style>
background-color css

<style>
 a { background-color: #1AD9DF; }

 a { background-color: rgb(26,217,223); }

 div.DivClassName
 {
   background-color: #1AD9DF;
 }
 .BgClassName
 {
   background-color: #1AD9DF;
 }
</style>
border-color css

<style>
 span { border-color: #1AD9DF; }

 span { border-color: rgb(26,217,223); }

 td.TdClassName
 {
   border-color: #1AD9DF;
 }
 .TagClassName
 {
   border-color: #1AD9DF;
 }
</style>