#6AEBE4

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

Shades of Turquoise Blue #6AEBE4

Tints of Turquoise Blue #6AEBE4

Color information

#6AEBE4 (or 0x6AEBE4) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EB and E4. RGB value is (106,235,228). Sum of RGB (Red+Green+Blue) = 106+235+228=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBE4 is #95141B. Grayscale: #C3C3C3. Windows color (decimal): -9770012 or 15002474. OLE color: 15002474.

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

Color convert

RGB106235228-
CMYK0.5500.030.08
HSL176.74º76.33%66.86%-
HSV(B)176.74º54.89%92.16%-
XYZ49.6668.0883.92-
YUV195.63146.2664.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.63%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=18.63%
G=41.30%
B=40.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062352280.5500.030.08176.7476.3366.86
Hex6AEBE437038b14c43
Octal152353344670310261114103
Binary1101010111010111110010011011101110001011000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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