#6acce8

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

Shades of Turquoise Blue #6ACCE8

Tints of Turquoise Blue #6ACCE8

Color information

#6ACCE8 (or 0x6ACCE8) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CC and E8. RGB value is (106,204,232). Sum of RGB (Red+Green+Blue) = 106+204+232=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #6ACCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACCE8 is #953317. Grayscale: #B1B1B1. Windows color (decimal): -9777944 or 15256682. OLE color: 15256682.

HSL color Cylindrical-coordinate representation of color #6ACCE8: hue angle of 193.33º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ACCE8 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB106204232-
CMYK0.540.1200.09
HSL193.33º73.26%66.27%-
HSV(B)193.33º54.31%90.98%-
XYZ42.152.0884.18-
YUV177.89158.5376.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.56%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 232 (91.02% from 255) = 42.80%
R=19.56%
G=37.64%
B=42.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062042320.540.1200.09193.3373.2666.27
Hex6ACCE836C09c14942
Octal1523143506614011301111102
Binary110101011001100111010001101101100010011100000110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6acce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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