#1AEACD

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

Shades of Bright Turquoise #1AEACD

Tints of Bright Turquoise #1AEACD

Color information

#1AEACD (or 0x1AEACD) is unknown color: approx Bright Turquoise. HEX triplet: 1A, EA and CD. RGB value is (26,234,205). Sum of RGB (Red+Green+Blue) = 26+234+205=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEACD is #E51532. Grayscale: #A8A8A8. Windows color (decimal): -15013171 or 13494810. OLE color: 13494810.

HSL color Cylindrical-coordinate representation of color #1AEACD: hue angle of 171.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEACD is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB26234205-
CMYK0.8900.120.08
HSL171.63º83.2%50.98%-
HSV(B)171.63º88.89%91.76%-
XYZ40.8763.4767.86-
YUV168.5148.5926.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.59%
GREEN value IS 234 (91.80% from 255) = 50.32%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=5.59%
G=50.32%
B=44.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal262342050.8900.120.08171.6383.250.98
Hex1AEACD590C8ac5333
Octal323523151310141025412363
Binary1101011101010110011011011001011001000101011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,234,205); }

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

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

 a { background-color: rgb(26,234,205); }

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

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

 span { border-color: rgb(26,234,205); }

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