#6ae5eb

Color #6AE5EB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6AE5EB

Tints of Turquoise Blue #6AE5EB

Color information

#6AE5EB (or 0x6AE5EB) is unknown color: approx Turquoise Blue. HEX triplet: 6A, E5 and EB. RGB value is (106,229,235). Sum of RGB (Red+Green+Blue) = 106+229+235=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AE5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AE5EB is #951A14. Grayscale: #C0C0C0. Windows color (decimal): -9771541 or 15459690. OLE color: 15459690.

HSL color Cylindrical-coordinate representation of color #6AE5EB: hue angle of 182.79º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE5EB is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106229235-
CMYK0.550.0300.08
HSL182.79º76.33%66.86%-
HSV(B)182.79º54.89%92.16%-
XYZ48.9665.188.58-
YUV192.91151.7566.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.60%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=18.60%
G=40.18%
B=41.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062292350.550.0300.08182.7976.3366.86
Hex6AE5EB37308b74c43
Octal152345353673010267114103
Binary1101010111001011110101111011111010001011011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ae5eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ae5eb; }

 p { color: rgb(106,229,235); }

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

<style>
 a { background-color: #6ae5eb; }

 a { background-color: rgb(106,229,235); }

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

<style>
 span { border-color: #6ae5eb; }

 span { border-color: rgb(106,229,235); }

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