#6AEFEA

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

Shades of Turquoise Blue #6AEFEA

Tints of Turquoise Blue #6AEFEA

Color information

#6AEFEA (or 0x6AEFEA) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EF and EA. RGB value is (106,239,234). Sum of RGB (Red+Green+Blue) = 106+239+234=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEFEA is #951015. Grayscale: #C6C6C6. Windows color (decimal): -9768982 or 15396714. OLE color: 15396714.

HSL color Cylindrical-coordinate representation of color #6AEFEA: hue angle of 177.74º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFEA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB106239234-
CMYK0.5600.020.06
HSL177.74º80.61%67.65%-
HSV(B)177.74º55.65%93.73%-
XYZ51.6670.7488.77-
YUV198.66147.9461.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.31%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=18.31%
G=41.28%
B=40.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062392340.5600.020.06177.7480.6167.65
Hex6AEFEA38026b25144
Octal15235735270026262121104
Binary110101011101111111010101110000101101011001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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