#6EEAEB

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

Shades of Turquoise Blue #6EEAEB

Tints of Turquoise Blue #6EEAEB

Color information

#6EEAEB (or 0x6EEAEB) is unknown color: approx Turquoise Blue. HEX triplet: 6E, EA and EB. RGB value is (110,234,235). Sum of RGB (Red+Green+Blue) = 110+234+235=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EEAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEAEB is #911514. Grayscale: #C4C4C4. Windows color (decimal): -9508117 or 15460974. OLE color: 15460974.

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

Color convert

RGB110234235-
CMYK0.530.0000.08
HSL180.48º75.76%67.65%-
HSV(B)180.48º53.19%92.16%-
XYZ50.8568.1689.07-
YUV197.04149.4265.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.00%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=19.00%
G=40.41%
B=40.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102342350.530.0000.08180.4875.7667.65
Hex6EEAEB35008b44c44
Octal156352353650010264114104
Binary110111011101010111010111101010010001011010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,234,235); }

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

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

 a { background-color: rgb(110,234,235); }

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

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

 span { border-color: rgb(110,234,235); }

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