#1ac5d2

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

Shades of Dark Turquoise #1AC5D2

Tints of Dark Turquoise #1AC5D2

Color information

#1AC5D2 (or 0x1AC5D2) is unknown color: approx Dark Turquoise. HEX triplet: 1A, C5 and D2. RGB value is (26,197,210). Sum of RGB (Red+Green+Blue) = 26+197+210=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #1AC5D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC5D2 is #E53A2D. Grayscale: #939393. Windows color (decimal): -15022638 or 13813018. OLE color: 13813018.

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

Color convert

RGB26197210-
CMYK0.880.0600.18
HSL184.24º77.97%46.27%-
HSV(B)184.24º87.62%82.35%-
XYZ32.0344.8167.93-
YUV147.35163.3541.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.00%
GREEN value IS 197 (77.34% from 255) = 45.50%
BLUE value IS 210 (82.42% from 255) = 48.50%
R=6.00%
G=45.50%
B=48.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261972100.880.0600.18184.2477.9746.27
Hex1AC5D2586012b84e2e
Octal32305322130602227011656
Binary1101011000101110100101011000110010010101110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ac5d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,197,210); }

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

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

 a { background-color: rgb(26,197,210); }

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

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

 span { border-color: rgb(26,197,210); }

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