Html Css Color HEX #1AC6D1 Dark Turquoise

📋 copy color: '#1AC6D1'

red 26 ◦ green 198 ◦ blue 209

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

Shades of Dark Turquoise #1AC6D1

Tints of Dark Turquoise #1AC6D1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.73%

 BLUE value IS 209 (82.03% from 255) = 48.27%

R = 6%
G = 45.73%
B = 48.27%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1AC6D1 (or 0x1AC6D1) is known color: Dark Turquoise. HEX triplet: 1A, C6 and D1. RGB value is (26,198,209). Sum of RGB (Red+Green+Blue) = 26+198+209=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #1AC6D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC6D1 is #E5392E. Grayscale: #939393. Windows color (decimal): -15022383 or 13747738. OLE color: 13747738.

HSL color Cylindrical-coordinate representation of color #1AC6D1: hue angle of 183.61º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AC6D1 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 198 209 -
CMYK 0.88 0.05 0 0.18
HSL 183.61º 0.78% 0.46% -
HSV(B) 183.61º 0.88% 0.82% -
XYZ 32.13 45.21 67.35 -
YUV 147.83 162.52 41.11 -
System Red Green Blue C M Y K H S L
Decimal 26 198 209 0.88 0.05 0 0.18 183.61 0.78 0.46
Hex 1A C6 D1 58 5 0 12 B8 4E 2E
Octal 32 306 321 130 5 0 22 270 116 56
Binary 11010 11000110 11010001 1011000 101 0 10010 10111000 1001110 101110

Color Harmonies of #1AC6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC6D1

Black with #1AC6D1

Text Example


Text Example

White with #1AC6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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