Html Css Color HEX #1AD1DD Dark Turquoise

📋 copy color: '#1AD1DD'

red 26 ◦ green 209 ◦ blue 221

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

Shades of Dark Turquoise #1AD1DD

Tints of Dark Turquoise #1AD1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.83%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 5.7%
G = 45.83%
B = 48.46%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1AD1DD (or 0x1AD1DD) is known color: Dark Turquoise. HEX triplet: 1A, D1 and DD. RGB value is (26,209,221). Sum of RGB (Red+Green+Blue) = 26+209+221=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AD1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD1DD is #E52E22. Grayscale: #9B9B9B. Windows color (decimal): -15019555 or 14536986. OLE color: 14536986.

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

Color convert

RGB 26 209 221 -
CMYK 0.88 0.05 0 0.13
HSL 183.69º 0.79% 0.48% -
HSV(B) 183.69º 0.88% 0.87% -
XYZ 36.28 51.04 76.35 -
YUV 155.65 164.87 35.52 -
System Red Green Blue C M Y K H S L
Decimal 26 209 221 0.88 0.05 0 0.13 183.69 0.79 0.48
Hex 1A D1 DD 58 5 0 D B8 4F 30
Octal 32 321 335 130 5 0 15 270 117 60
Binary 11010 11010001 11011101 1011000 101 0 1101 10111000 1001111 110000

Color Harmonies of #1AD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD1DD

Black with #1AD1DD

Text Example


Text Example

White with #1AD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,209,221); }

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

background-color css

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

 a { background-color: rgb(26,209,221); }

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

border-color css

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

 span { border-color: rgb(26,209,221); }

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