#6ACCE5

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

Shades of Turquoise Blue #6ACCE5

Tints of Turquoise Blue #6ACCE5

Color information

#6ACCE5 (or 0x6ACCE5) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CC and E5. RGB value is (106,204,229). Sum of RGB (Red+Green+Blue) = 106+204+229=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #6ACCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCE5 is #95331A. Grayscale: #B1B1B1. Windows color (decimal): -9777947 or 15060074. OLE color: 15060074.

HSL color Cylindrical-coordinate representation of color #6ACCE5: hue angle of 192.2º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ACCE5 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB106204229-
CMYK0.540.1100.10
HSL192.2º70.29%65.69%-
HSV(B)192.2º53.71%89.8%-
XYZ41.6851.9181.95-
YUV177.55157.0376.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.67%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 229 (89.84% from 255) = 42.49%
R=19.67%
G=37.85%
B=42.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062042290.540.1100.10192.270.2965.69
Hex6ACCE536B0Ac04642
Octal1523143456613012300106102
Binary110101011001100111001011101101011010101100000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,204,229); }

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

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

 a { background-color: rgb(106,204,229); }

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

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

 span { border-color: rgb(106,204,229); }

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