#1AEFC8

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

Shades of Bright Turquoise #1AEFC8

Tints of Bright Turquoise #1AEFC8

Color information

#1AEFC8 (or 0x1AEFC8) is unknown color: approx Bright Turquoise. HEX triplet: 1A, EF and C8. RGB value is (26,239,200). Sum of RGB (Red+Green+Blue) = 26+239+200=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #1AEFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEFC8 is #E51037. Grayscale: #AAAAAA. Windows color (decimal): -15011896 or 13168410. OLE color: 13168410.

HSL color Cylindrical-coordinate representation of color #1AEFC8: hue angle of 169.01º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEFC8 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB26239200-
CMYK0.8900.160.06
HSL169.01º86.94%51.96%-
HSV(B)169.01º89.12%93.73%-
XYZ41.7266.1265.21-
YUV170.87144.4324.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.59%
GREEN value IS 239 (93.75% from 255) = 51.40%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=5.59%
G=51.40%
B=43.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal262392000.8900.160.06169.0186.9451.96
Hex1AEFC8590106a95734
Octal32357310131020625112764
Binary1101011101111110010001011001010000110101010011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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