#6AEAD6

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

Shades of Turquoise Blue #6AEAD6

Tints of Turquoise Blue #6AEAD6

Color information

#6AEAD6 (or 0x6AEAD6) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EA and D6. RGB value is (106,234,214). Sum of RGB (Red+Green+Blue) = 106+234+214=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEAD6 is #951529. Grayscale: #C1C1C1. Windows color (decimal): -9770282 or 14084714. OLE color: 14084714.

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

Color convert

RGB106234214-
CMYK0.5500.090.08
HSL170.62º75.29%66.67%-
HSV(B)170.62º54.7%91.76%-
XYZ47.566.7674-
YUV193.45139.5965.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.13%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 214 (83.98% from 255) = 38.63%
R=19.13%
G=42.24%
B=38.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062342140.5500.090.08170.6275.2966.67
Hex6AEAD637098ab4b43
Octal1523523266701110253113103
Binary110101011101010110101101101110100110001010101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,234,214); }

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

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

 a { background-color: rgb(106,234,214); }

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

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

 span { border-color: rgb(106,234,214); }

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