#6EEBEB

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

Shades of Turquoise Blue #6EEBEB

Tints of Turquoise Blue #6EEBEB

Color information

#6EEBEB (or 0x6EEBEB) is unknown color: approx Turquoise Blue. HEX triplet: 6E, EB and EB. RGB value is (110,235,235). Sum of RGB (Red+Green+Blue) = 110+235+235=580 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.97% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #6EEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEBEB is #911414. Grayscale: #C5C5C5. Windows color (decimal): -9507861 or 15461230. OLE color: 15461230.

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

Color convert

RGB110235235-
CMYK0.53000.08
HSL180º75.76%67.65%-
HSV(B)180º53.19%92.16%-
XYZ51.1368.7389.17-
YUV197.62149.0965.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.97%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=18.97%
G=40.52%
B=40.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102352350.53000.0818075.7667.65
Hex6EEBEB35008b44c44
Octal156353353650010264114104
Binary110111011101011111010111101010010001011010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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