#6EE4EB

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

Shades of Turquoise Blue #6EE4EB

Tints of Turquoise Blue #6EE4EB

Color information

#6EE4EB (or 0x6EE4EB) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E4 and EB. RGB value is (110,228,235). Sum of RGB (Red+Green+Blue) = 110+228+235=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EE4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE4EB is #911B14. Grayscale: #C1C1C1. Windows color (decimal): -9509653 or 15459438. OLE color: 15459438.

HSL color Cylindrical-coordinate representation of color #6EE4EB: hue angle of 183.36º 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 #6EE4EB is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110228235-
CMYK0.530.0300.08
HSL183.36º75.76%67.65%-
HSV(B)183.36º53.19%92.16%-
XYZ49.1764.888.51-
YUV193.52151.4168.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.20%
GREEN value IS 228 (89.45% from 255) = 39.79%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=19.20%
G=39.79%
B=41.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102282350.530.0300.08183.3675.7667.65
Hex6EE4EB35308b74c44
Octal156344353653010267114104
Binary1101110111001001110101111010111010001011011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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