#6aeaf3

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

Shades of Turquoise Blue #6AEAF3

Tints of Turquoise Blue #6AEAF3

Color information

#6AEAF3 (or 0x6AEAF3) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EA and F3. RGB value is (106,234,243). Sum of RGB (Red+Green+Blue) = 106+234+243=583 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.18% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #6AEAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEAF3 is #95150C. Grayscale: #C4C4C4. Windows color (decimal): -9770253 or 15985258. OLE color: 15985258.

HSL color Cylindrical-coordinate representation of color #6AEAF3: hue angle of 183.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEAF3 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB106234243-
CMYK0.560.0400.05
HSL183.94º85.09%68.43%-
HSV(B)183.94º56.38%95.29%-
XYZ51.5468.3895.28-
YUV196.75154.0963.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.18%
GREEN value IS 234 (91.80% from 255) = 40.14%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=18.18%
G=40.14%
B=41.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062342430.560.0400.05183.9485.0968.43
Hex6AEAF338405b85544
Octal15235236370405270125104
Binary1101010111010101111001111100010001011011100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aeaf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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