Html Css Color HEX #1AD9CC Dark Turquoise

📋 copy color: '#1AD9CC'

red 26 ◦ green 217 ◦ blue 204

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

Shades of Dark Turquoise #1AD9CC

Tints of Dark Turquoise #1AD9CC

RGB

 RED value IS 26 (10.55% from 255) = 5.82%

 GREEN value IS 217 (85.16% from 255) = 48.55%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 5.82%
G = 48.55%
B = 45.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#1AD9CC (or 0x1AD9CC) is known color: Dark Turquoise. HEX triplet: 1A, D9 and CC. RGB value is (26,217,204). Sum of RGB (Red+Green+Blue) = 26+217+204=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD9CC is #E52633. Grayscale: #9E9E9E. Windows color (decimal): -15017524 or 13424922. OLE color: 13424922.

HSL color Cylindrical-coordinate representation of color #1AD9CC: hue angle of 175.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD9CC is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 217 204 -
CMYK 0.88 0 0.06 0.15
HSL 175.92º 0.79% 0.48% -
HSV(B) 175.92º 0.88% 0.85% -
XYZ 36.14 54.2 65.68 -
YUV 158.41 153.72 33.56 -
System Red Green Blue C M Y K H S L
Decimal 26 217 204 0.88 0 0.06 0.15 175.92 0.79 0.48
Hex 1A D9 CC 58 0 6 F B0 4F 30
Octal 32 331 314 130 0 6 17 260 117 60
Binary 11010 11011001 11001100 1011000 0 110 1111 10110000 1001111 110000

Color Harmonies of #1AD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD9CC

Black with #1AD9CC

Text Example


Text Example

White with #1AD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AD9CC;
 }
 .AnyTagClassName
 {
   color: #1AD9CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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