#1AE6E0

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

Shades of Bright Turquoise #1AE6E0

Tints of Bright Turquoise #1AE6E0

Color information

#1AE6E0 (or 0x1AE6E0) is unknown color: approx Bright Turquoise. HEX triplet: 1A, E6 and E0. RGB value is (26,230,224). Sum of RGB (Red+Green+Blue) = 26+230+224=480 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.42% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #1AE6E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AE6E0 is #E5191F. Grayscale: #A8A8A8. Windows color (decimal): -15014176 or 14738970. OLE color: 14738970.

HSL color Cylindrical-coordinate representation of color #1AE6E0: hue angle of 178.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE6E0 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB26230224-
CMYK0.8900.030.10
HSL178.24º80.31%50.2%-
HSV(B)178.24º88.7%90.2%-
XYZ42.1862.280.3-
YUV168.32159.4126.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.42%
GREEN value IS 230 (90.23% from 255) = 47.92%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=5.42%
G=47.92%
B=46.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal262302240.8900.030.10178.2480.3150.2
Hex1AE6E05903Ab25032
Octal32346340131031226212062
Binary11010111001101110000010110010111010101100101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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