#1AC8DD

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

Shades of Dark Turquoise #1AC8DD

Tints of Dark Turquoise #1AC8DD

Color information

#1AC8DD (or 0x1AC8DD) is unknown color: approx Dark Turquoise. HEX triplet: 1A, C8 and DD. RGB value is (26,200,221). Sum of RGB (Red+Green+Blue) = 26+200+221=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AC8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC8DD is #E53722. Grayscale: #969696. Windows color (decimal): -15021859 or 14534682. OLE color: 14534682.

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

Color convert

RGB26200221-
CMYK0.880.1000.13
HSL186.46º78.95%48.43%-
HSV(B)186.46º88.24%86.67%-
XYZ34.1346.7575.63-
YUV150.37167.8539.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.82%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=5.82%
G=44.74%
B=49.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal262002210.880.1000.13186.4678.9548.43
Hex1AC8DD58A0Dba4f30
Octal323103351301201527211760
Binary1101011001000110111011011000101001101101110101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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