#1AC8E0

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

Shades of Dark Turquoise #1AC8E0

Tints of Dark Turquoise #1AC8E0

Color information

#1AC8E0 (or 0x1AC8E0) is unknown color: approx Dark Turquoise. HEX triplet: 1A, C8 and E0. RGB value is (26,200,224). Sum of RGB (Red+Green+Blue) = 26+200+224=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #1AC8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC8E0 is #E5371F. Grayscale: #969696. Windows color (decimal): -15021856 or 14731290. OLE color: 14731290.

HSL color Cylindrical-coordinate representation of color #1AC8E0: hue angle of 187.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AC8E0 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB26200224-
CMYK0.880.1100.12
HSL187.27º79.2%49.02%-
HSV(B)187.27º88.39%87.84%-
XYZ34.5346.9177.76-
YUV150.71169.3539.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.78%
GREEN value IS 200 (78.52% from 255) = 44.44%
BLUE value IS 224 (87.89% from 255) = 49.78%
R=5.78%
G=44.44%
B=49.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal262002240.880.1100.12187.2779.249.02
Hex1AC8E058B0Cbb4f31
Octal323103401301301427311761
Binary1101011001000111000001011000101101100101110111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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