#6AEBEC

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

Shades of Turquoise Blue #6AEBEC

Tints of Turquoise Blue #6AEBEC

Color information

#6AEBEC (or 0x6AEBEC) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EB and EC. RGB value is (106,235,236). Sum of RGB (Red+Green+Blue) = 106+235+236=577 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.37% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AEBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEBEC is #951413. Grayscale: #C4C4C4. Windows color (decimal): -9770004 or 15526762. OLE color: 15526762.

HSL color Cylindrical-coordinate representation of color #6AEBEC: hue angle of 180.46º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBEC is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106235236-
CMYK0.550.0000.07
HSL180.46º77.38%67.06%-
HSV(B)180.46º55.08%92.55%-
XYZ50.7968.5489.91-
YUV196.54150.2663.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.37%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=18.37%
G=40.73%
B=40.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062352360.550.0000.07180.4677.3867.06
Hex6AEBEC37007b44d43
Octal15235335467007264115103
Binary11010101110101111101100110111001111011010010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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