#1AC7D1

Color #1AC7D1 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #1AC7D1

Tints of Dark Turquoise #1AC7D1

Color information

#1AC7D1 (or 0x1AC7D1) is unknown color: approx Dark Turquoise. HEX triplet: 1A, C7 and D1. RGB value is (26,199,209). Sum of RGB (Red+Green+Blue) = 26+199+209=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #1AC7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC7D1 is #E5382E. Grayscale: #949494. Windows color (decimal): -15022127 or 13747994. OLE color: 13747994.

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

Color convert

RGB26199209-
CMYK0.880.0500.18
HSL183.28º77.87%46.08%-
HSV(B)183.28º87.56%81.96%-
XYZ32.3645.6767.43-
YUV148.41162.1940.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.99%
GREEN value IS 199 (78.12% from 255) = 45.85%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=5.99%
G=45.85%
B=48.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261992090.880.0500.18183.2877.8746.08
Hex1AC7D1585012b74e2e
Octal32307321130502226711656
Binary1101011000111110100011011000101010010101101111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AC7D1;
 }
 .AnyTagClassName
 {
   color: #1AC7D1;
 }
</style>
background-color css

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

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

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

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

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

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