#1ACBD1

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

Shades of Dark Turquoise #1ACBD1

Tints of Dark Turquoise #1ACBD1

Color information

#1ACBD1 (or 0x1ACBD1) is unknown color: approx Dark Turquoise. HEX triplet: 1A, CB and D1. RGB value is (26,203,209). Sum of RGB (Red+Green+Blue) = 26+203+209=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #1ACBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBD1 is #E5342E. Grayscale: #969696. Windows color (decimal): -15021103 or 13749018. OLE color: 13749018.

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

Color convert

RGB26203209-
CMYK0.880.0300.18
HSL181.97º77.87%46.08%-
HSV(B)181.97º87.56%81.96%-
XYZ33.2947.5367.74-
YUV150.76160.8639.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.94%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=5.94%
G=46.35%
B=47.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal262032090.880.0300.18181.9777.8746.08
Hex1ACBD1583012b64e2e
Octal32313321130302226611656
Binary110101100101111010001101100011010010101101101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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