Html Css Color HEX #1AD9DF Bright Turquoise

📋 copy color: '#1AD9DF'

red 26 ◦ green 217 ◦ blue 223

#1AD9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1AD9DF

Tints of Bright Turquoise #1AD9DF

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 value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1AD9DF (or 0x1AD9DF) is known color: 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

RGB 26 217 223 -
CMYK 0.88 0.03 0 0.13
HSL 181.83º 0.79% 0.49% -
HSV(B) 181.83º 0.88% 0.87% -
XYZ 38.56 55.17 78.43 -
YUV 160.58 163.22 32.01 -
System Red Green Blue C M Y K H S L
Decimal 26 217 223 0.88 0.03 0 0.13 181.83 0.79 0.49
Hex 1A D9 DF 58 3 0 D B6 4F 31
Octal 32 331 337 130 3 0 15 266 117 61
Binary 11010 11011001 11011111 1011000 11 0 1101 10110110 1001111 110001

Color Harmonies of #1AD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD9DF

Black with #1AD9DF

Text Example


Text Example

White with #1AD9DF

Text Example


Text Example

HTML Codes & Css Web 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>