#6acce9

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

Shades of Turquoise Blue #6ACCE9

Tints of Turquoise Blue #6ACCE9

Color information

#6ACCE9 (or 0x6ACCE9) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CC and E9. RGB value is (106,204,233). Sum of RGB (Red+Green+Blue) = 106+204+233=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #6ACCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACCE9 is #953316. Grayscale: #B1B1B1. Windows color (decimal): -9777943 or 15322218. OLE color: 15322218.

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

Color convert

RGB106204233-
CMYK0.550.1200.09
HSL193.7º74.27%66.47%-
HSV(B)193.7º54.51%91.37%-
XYZ42.2452.1384.93-
YUV178159.0376.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.52%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=19.52%
G=37.57%
B=42.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062042330.550.1200.09193.774.2766.47
Hex6ACCE937C09c24a42
Octal1523143516714011302112102
Binary110101011001100111010011101111100010011100001010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6acce9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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