Html Css Color HEX #1AD4D9 Dark Turquoise

📋 copy color: '#1AD4D9'

red 26 ◦ green 212 ◦ blue 217

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

Shades of Dark Turquoise #1AD4D9

Tints of Dark Turquoise #1AD4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 217 (85.16% from 255) = 47.69%

R = 5.71%
G = 46.59%
B = 47.69%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1AD4D9 (or 0x1AD4D9) is known color: Dark Turquoise. HEX triplet: 1A, D4 and D9. RGB value is (26,212,217). Sum of RGB (Red+Green+Blue) = 26+212+217=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #1AD4D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD4D9 is #E52B26. Grayscale: #9C9C9C. Windows color (decimal): -15018791 or 14275610. OLE color: 14275610.

HSL color Cylindrical-coordinate representation of color #1AD4D9: hue angle of 181.57º 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 #1AD4D9 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 212 217 -
CMYK 0.88 0.02 0 0.15
HSL 181.57º 0.79% 0.48% -
HSV(B) 181.57º 0.88% 0.85% -
XYZ 36.49 52.32 73.82 -
YUV 156.96 161.88 34.59 -
System Red Green Blue C M Y K H S L
Decimal 26 212 217 0.88 0.02 0 0.15 181.57 0.79 0.48
Hex 1A D4 D9 58 2 0 F B6 4F 30
Octal 32 324 331 130 2 0 17 266 117 60
Binary 11010 11010100 11011001 1011000 10 0 1111 10110110 1001111 110000

Color Harmonies of #1AD4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD4D9

Black with #1AD4D9

Text Example


Text Example

White with #1AD4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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